From: Sven M. Hallberg Date: Mon, 18 Aug 2014 15:00:56 +0000 (+0200) Subject: ./configure doesn't belong in autogen.sh X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=da70d824d064c975755a7f7992a03831d5c80555 ./configure doesn't belong in autogen.sh --- diff --git a/autogen.sh b/autogen.sh index 708caec..6aebf96 100755 --- a/autogen.sh +++ b/autogen.sh @@ -57,9 +57,4 @@ else run_versioned autoconf "$AC_VERSION" -Wall run_versioned autoheader "$AC_VERSION" run_versioned automake "$AM_VERSION" -a -c --foreign - - if test "x$NOCONFIGURE" = "x"; then - ./configure "$@" - make clean - fi fi