diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-30 15:34:00 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-30 15:34:00 -0500 |
commit | 90dd3a368654d5839d37fb5afdc0bf1599052a6b (patch) | |
tree | 16c3c245cc570048b26279af81a567228da5be35 /configure.ac | |
parent | 2e15d09d98e36a3ec714b57b16c551f6f0b95c10 (diff) |
Another try to include more Autofiles in the distribution
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 53d24169..69558bda 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ AC_INIT([urweb], [1.0]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC() AC_PROG_LIBTOOL() +AC_CONFIG_MACRO_DIR([m4]) if test [$prefix = "NONE"]; then prefix=/usr/local |