X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=autogen.sh;h=6aebf96d372ad2a111e018b3a5bc69e47618e9c5;hb=eb9711fa034b60bacd458c3726d215787b859cf1;hp=d12ba82cb92181f4e9c9dfcd77ba3f2fd12e9734;hpb=f726a534b6230de7a5323d811ef375b979f5bddb;p=catta diff --git a/autogen.sh b/autogen.sh index d12ba82..6aebf96 100755 --- a/autogen.sh +++ b/autogen.sh @@ -50,14 +50,6 @@ else rm -rf autom4te.cache rm -f config.cache - rm -f Makefile.am~ configure.ac~ - # Evil, evil, evil, evil hack - sed 's/read dummy/\#/' `which gettextize` | sh -s -- --copy --force - test -f Makefile.am~ && mv Makefile.am~ Makefile.am - test -f configure.ac~ && mv configure.ac~ configure.ac - - intltoolize --copy --force --automake - test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize "$LIBTOOLIZE" -c --force @@ -65,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