Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1759:add6dc3f4383 | 1760:74fcc977a13d |
---|---|
1 AC_INIT([urweb], [20120512]) | 1 AC_INIT([urweb], [20120512]) |
2 WORKING_VERSION=1 | 2 WORKING_VERSION=1 |
3 AC_USE_SYSTEM_EXTENSIONS | 3 AC_USE_SYSTEM_EXTENSIONS |
4 | |
5 # automake 1.12 requires this, but automake 1.11 doesn't recognize it | |
6 m4_pattern_allow([AM_PROG_AR]) | |
7 AM_PROG_AR | |
8 | |
4 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) | 9 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) |
5 AC_PROG_CC() | 10 AC_PROG_CC() |
6 AC_PROG_LIBTOOL() | 11 AC_PROG_LIBTOOL() |
7 AC_CONFIG_MACRO_DIR([m4]) | 12 AC_CONFIG_MACRO_DIR([m4]) |
8 AC_CONFIG_HEADERS([include/urweb/config.h]) | 13 AC_CONFIG_HEADERS([include/urweb/config.h]) |