Mercurial > urweb
comparison configure.ac @ 1149:15767031950c
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 06 Feb 2010 13:46:17 -0500 |
parents | a48966743c37 |
children | 7a17588edbff |
comparison
equal
deleted
inserted
replaced
1148:a48966743c37 | 1149:15767031950c |
---|---|
1 AC_INIT([urweb], [1.0]) | 1 AC_INIT([urweb], [1.0]) |
2 AC_USE_SYSTEM_EXTENSIONS | |
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) | 3 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) |
3 AC_PROG_CC() | 4 AC_PROG_CC() |
4 AC_PROG_LIBTOOL() | 5 AC_PROG_LIBTOOL() |
5 AC_CONFIG_MACRO_DIR([m4]) | 6 AC_CONFIG_MACRO_DIR([m4]) |
6 | 7 |