diff configure.ac @ 1760:74fcc977a13d

Automake 1.12 compatibility, based on suggestions by Lance Hepler
author Adam Chlipala <adam@chlipala.net>
date Sat, 12 May 2012 15:22:39 -0400
parents add6dc3f4383
children a6eab6820b37
line wrap: on
line diff
--- a/configure.ac	Sat May 12 12:15:26 2012 -0400
+++ b/configure.ac	Sat May 12 15:22:39 2012 -0400
@@ -1,6 +1,11 @@
 AC_INIT([urweb], [20120512])
 WORKING_VERSION=1
 AC_USE_SYSTEM_EXTENSIONS
+
+# automake 1.12 requires this, but automake 1.11 doesn't recognize it
+m4_pattern_allow([AM_PROG_AR])
+AM_PROG_AR
+
 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
 AC_PROG_CC()
 AC_PROG_LIBTOOL()