summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2013-07-02 06:57:19 +0200
committerKim Woelders <kim@woelders.dk>2013-07-03 15:07:51 +0200
commit6e41fe2e1ace8298e2bb9116f30206594b7c064e (patch)
tree2bc8eb5af7c0dbbccee5abc5ad0bbf16d7b70ad1 /autogen.sh
parent41dc2bb98bd99fbf82add85cf6e5b7100aa65693 (diff)
downloadimlib2-6e41fe2e1ace8298e2bb9116f30206594b7c064e.tar.gz
Set warning options when using gcc.
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 fc4f667..753a7d3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,7 @@
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
+echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --automake $LIBTOOL_FLAGS || glibtoolize --automake) || exit 1