comparison 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
comparison
equal deleted inserted replaced
1147:92f37d58828b 1148:a48966743c37
1 AC_INIT([urweb], [1.0]) 1 AC_INIT([urweb], [1.0])
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) 2 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
3 AC_PROG_CC() 3 AC_PROG_CC()
4 AC_PROG_LIBTOOL() 4 AC_PROG_LIBTOOL()
5 AC_CONFIG_MACRO_DIR([m4]) 5 AC_CONFIG_MACRO_DIR([m4])
6 6
7 if test [$prefix = "NONE"]; then 7 if test [$prefix = "NONE"]; then