X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=autogen.sh;h=d12ba82cb92181f4e9c9dfcd77ba3f2fd12e9734;hb=f726a534b6230de7a5323d811ef375b979f5bddb;hp=2c68a6c3ec59bb712e669efcae03e39104b58010;hpb=7a5b2f69af7d36d6cd4153142f125fa011784e03;p=catta diff --git a/autogen.sh b/autogen.sh index 2c68a6c..d12ba82 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This file is part of avahi. # @@ -42,13 +42,8 @@ run_versioned() { set -ex -if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then - cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \ - chmod +x .git/hooks/pre-commit && \ - echo "Activated pre-commit hook." -fi - if [ "x$1" = "xam" ] ; then + # re-run only automake (after changes to Makefile.am) run_versioned automake "$AM_VERSION" -a -c --foreign ./config.status else @@ -61,10 +56,11 @@ else test -f Makefile.am~ && mv Makefile.am~ Makefile.am test -f configure.ac~ && mv configure.ac~ configure.ac - test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize - intltoolize --copy --force --automake + + test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize "$LIBTOOLIZE" -c --force + run_versioned aclocal "$AM_VERSION" -I common run_versioned autoconf "$AC_VERSION" -Wall run_versioned autoheader "$AC_VERSION"