]> granicus.if.org Git - icinga2/commitdiff
Revert "Fixed build problems on FreeBSD."
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 5 Oct 2012 11:17:58 +0000 (13:17 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 5 Oct 2012 11:17:58 +0000 (13:17 +0200)
This reverts commit a6f572071da1b06b2b9035a2acca0299a399b005.

autogen.sh

index 7e1b10abee27614ad682446f07519a13099787fc..b9a2a609dd4547208ef0147a1bd2c3ffd0543065 100755 (executable)
@@ -140,22 +140,22 @@ do
        echo "Creating $dr/aclocal.m4 ..."
        test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
        echo "Running glib-gettextize...  Ignore non-fatal messages."
-       echo "no" | glib-gettextize --force
+       echo "no" | glib-gettextize --force --copy
        echo "Making $dr/aclocal.m4 writable ..."
        test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi
       if grep "^IT_PROG_INTLTOOL" configure.ac >/dev/null; then
         echo "Running intltoolize..."
-       intltoolize --force --automake
+       intltoolize --copy --force --automake
       fi
       if grep "^AM_PROG_XML_I18N_TOOLS" configure.ac >/dev/null; then
         echo "Running xml-i18n-toolize..."
-       xml-i18n-toolize --force --automake
+       xml-i18n-toolize --copy --force --automake
       fi
       if grep "^LT_INIT" configure.ac >/dev/null; then
        if test -z "$NO_LIBTOOLIZE" ; then 
          echo "Running libtoolize..."
-         libtoolize --force
+         libtoolize --force --copy
        fi
       fi
       echo "Running aclocal $aclocalinclude ..."