Merge pull request #551 from grimd34th/patch-1

Update autogen.sh
This commit is contained in:
irungentoo 2013-09-01 14:35:32 -07:00
commit 1112a8aa01

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
)