X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=autogen.sh;h=6aebf96d372ad2a111e018b3a5bc69e47618e9c5;hb=8498efc61730562bcd227c4f36c9cb41033aa86e;hp=708caecef861dfdb630b49069eb2beeda59e96ba;hpb=5f4740c789a5cdfe45669ceb07062371575be523;p=catta 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