summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjbj <jbj>2009-08-18 22:06:22 +0000
committerjbj <jbj>2009-08-18 22:06:22 +0000
commit44fda18efdebd40b64829db9a65aebdeacb24316 (patch)
treed7a99b9d94875a6f8d54274f64a551e493090c68 /autogen.sh
parent00d7e0291523f3f1fcf8bb2e07b30f7383be8597 (diff)
downloadlibpopt-44fda18efdebd40b64829db9a65aebdeacb24316.tar.gz
- repair the AutoFu (by eliminating build-aux/ subdir).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a0212f4..63d786c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,7 +22,7 @@ perl -p -i~ -e 's/(po\/Makefile\.in)\s+po\/Makefile\.in/$1/' configure.ac
perl -p -i~ -e 's/(SUBDIRS\s+=\s+po)\s+po/$1/' Makefile.am
aclocal -I m4
autoheader
-automake -a -c
+automake -Wall -Wno-override -a -c
autoconf
if [ "$1" = "--noconfigure" ]; then