]> git.meshlink.io Git - catta/blobdiff - autogen.sh
enable config.publish_no_reverse in examples/core-publish-service to allow friendly...
[catta] / autogen.sh
index d12ba82cb92181f4e9c9dfcd77ba3f2fd12e9734..6aebf96d372ad2a111e018b3a5bc69e47618e9c5 100755 (executable)
@@ -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