Update autogen.sh

Updated autogen.sh to strictly run only the autoreconf
This commit is contained in:
grimd34th 2013-09-01 16:19:14 -04:00
parent c9116310c8
commit 2a1093a0e3

View File

@ -2,12 +2,5 @@
echo 'Running autoreconf -if...'
(
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
autoreconf -if ${AC_FLAGS}
)
echo 'Running ./configure...'
(
./configure
autoreconf -if
)