From 2a1093a0e3e7d5b80413d7aea93e5e76595eb2d3 Mon Sep 17 00:00:00 2001 From: grimd34th Date: Sun, 1 Sep 2013 16:19:14 -0400 Subject: [PATCH] Update autogen.sh Updated autogen.sh to strictly run only the autoreconf --- autogen.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/autogen.sh b/autogen.sh index 692483c2..9de319ec 100644 --- a/autogen.sh +++ b/autogen.sh @@ -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 )