diff configure.ac @ 1:db4d025f7bd3

Modernize configuration process
author Adam Chlipala <adam@chlipala.net>
date Sat, 27 Dec 2014 07:13:22 -0500
parents 33bf7ee17644
children
line wrap: on
line diff
--- a/configure.ac	Sat Mar 03 14:59:04 2012 -0500
+++ b/configure.ac	Sat Dec 27 07:13:22 2014 -0500
@@ -1,4 +1,8 @@
 AC_INIT([email], [1.0])
+
+# automake 1.12 requires this, but automake 1.11 doesn't recognize it
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_PROG_CC()
 AC_PROG_LIBTOOL()