diff configure.ac @ 1148:a48966743c37

AM_INIT_AUTOMAKE with no-define (to fix some NetBSD and OS X problems)
author Adam Chlipala <adamc@hcoop.net>
date Sat, 06 Feb 2010 13:27:05 -0500
parents f6cb1cb2d7a8
children 15767031950c
line wrap: on
line diff
--- a/configure.ac	Sat Feb 06 13:09:51 2010 -0500
+++ b/configure.ac	Sat Feb 06 13:27:05 2010 -0500
@@ -1,5 +1,5 @@
 AC_INIT([urweb], [1.0])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
 AC_PROG_CC()
 AC_PROG_LIBTOOL()
 AC_CONFIG_MACRO_DIR([m4])