From da70d824d064c975755a7f7992a03831d5c80555 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" Date: Mon, 18 Aug 2014 17:00:56 +0200 Subject: [PATCH] ./configure doesn't belong in autogen.sh --- autogen.sh | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.2