From e54381117a86f51a129056b18ad7f48967bdcf3a Mon Sep 17 00:00:00 2001 From: randy-waterhouse Date: Tue, 26 Aug 2014 21:39:32 +1200 Subject: Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 50b85bcba0..ddfc09607e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,4 +5,4 @@ cd "$srcdir" if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then export LIBTOOLIZE="${GLIBTOOLIZE}" fi -autoreconf --install --force +autoreconf --install --force --warnings=all -- cgit v1.2.3