Mercurial > urweb
comparison configure.ac @ 1141:f6cb1cb2d7a8
Another try to include more Autofiles in the distribution
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 30 Jan 2010 15:34:00 -0500 |
parents | d4cd54a4ea06 |
children | a48966743c37 |
comparison
equal
deleted
inserted
replaced
1140:ae818127a725 | 1141:f6cb1cb2d7a8 |
---|---|
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]) |
3 AC_PROG_CC() | 3 AC_PROG_CC() |
4 AC_PROG_LIBTOOL() | 4 AC_PROG_LIBTOOL() |
5 AC_CONFIG_MACRO_DIR([m4]) | |
5 | 6 |
6 if test [$prefix = "NONE"]; then | 7 if test [$prefix = "NONE"]; then |
7 prefix=/usr/local | 8 prefix=/usr/local |
8 fi | 9 fi |
9 | 10 |