[cgma-dev] r6039 - cgm/branches/merge-cubit12.2

jain at mcs.anl.gov jain at mcs.anl.gov
Fri Apr 12 01:49:10 CDT 2013


Author: jain
Date: 2013-04-12 01:49:10 -0500 (Fri, 12 Apr 2013)
New Revision: 6039

Modified:
   cgm/branches/merge-cubit12.2/configure.ac
Log:
Fixes for automake 1.12, needs AM_PROG_AR

Modified: cgm/branches/merge-cubit12.2/configure.ac
===================================================================
--- cgm/branches/merge-cubit12.2/configure.ac	2013-04-10 20:46:05 UTC (rev 6038)
+++ cgm/branches/merge-cubit12.2/configure.ac	2013-04-12 06:49:10 UTC (rev 6039)
@@ -5,6 +5,8 @@
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([.])
 AC_CANONICAL_SYSTEM
+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it 
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 m4_ifdef([AM_SILENT_RULES],
  [AM_INIT_AUTOMAKE([foreign -Wall silent-rules color-tests parallel-tests])],
  [AM_INIT_AUTOMAKE([foreign -Wall])])



More information about the cgma-dev mailing list