Revert "Fixed build problems on FreeBSD."

This reverts commit a6f572071d.
This commit is contained in:
Gunnar Beutner 2012-10-05 13:17:58 +02:00
parent f24376fbfd
commit 2a8e8468e7
1 changed files with 4 additions and 4 deletions

View File

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