Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.

This commit is contained in:
randy-waterhouse
2014-08-26 21:39:32 +12:00
committed by kiwigb
parent 6fc1dc1a32
commit e54381117a
2 changed files with 3 additions and 5 deletions

View File

@@ -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