]> granicus.if.org Git - check/commitdiff
* Fix compatibility with automake older than 1.12
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 8 Feb 2013 14:04:28 +0000 (14:04 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 8 Feb 2013 14:04:28 +0000 (14:04 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@692 64e312b2-a51f-0410-8e61-82d0ca0eb02a

configure.ac

index d1dbb294ba36a81eac29a3fab3fb2272ed426ba3..bfeca23778049314155508f007a4ab970f0bd68a 100644 (file)
@@ -102,7 +102,9 @@ AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LN_S
-AM_PROG_AR # for non-POSIX archivers like the one on OS X
+# for non-POSIX archivers like the one on OS X
+# use m4_ifdef to work on older automake (1.11)
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_PROG_LIBTOOL
 
 # add these options to CFLAGS if the compiler supports them