diff options
author | randy-waterhouse <noone@yodasan> | 2014-08-26 21:39:32 +1200 |
---|---|---|
committer | kiwigb <kiwigb@localhost.localdomain> | 2014-09-16 23:17:20 +1200 |
commit | e54381117a86f51a129056b18ad7f48967bdcf3a (patch) | |
tree | 722159b0e707839fc5a5f30270b4b45b88811d06 /autogen.sh | |
parent | 6fc1dc1a32b0f16ac6bdee323496ab1fd5d0b6c9 (diff) |
Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |