summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorsvu <svu>2004-07-01 01:48:57 +0000
committersvu <svu>2004-07-01 01:48:57 +0000
commit7761d901620bbe5b6d99484da2c76aac1d641cb7 (patch)
tree4cea090a54f21c012ea672b9a69be673acc344db /autogen.sh
parent2d0aa351eae5d7089cde0c96b87e75a7f9131bc4 (diff)
Starting to fix intltool problem, Danilo just roxx
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index acd6604..254ad7d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -147,8 +147,6 @@ do
else
echo "Creating $dr/aclocal.m4 ..."
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
- echo "Running gettextize... Ignore non-fatal messages."
- echo "no" | gettextize --intl --force --copy
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
@@ -156,14 +154,12 @@ do
if grep "^AM_GNOME_GETTEXT" configure.in >/dev/null; then
echo "Creating $dr/aclocal.m4 ..."
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
- echo "Running gettextize... Ignore non-fatal messages."
- echo "no" | gettextize --intl --force --copy
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^AC_PROG_INTLTOOL" configure.in >/dev/null; then
echo "Running intltoolize..."
- intltoolize --copy --force --automake
+ intltoolize --copy --force
fi
if grep "^AM_PROG_XML_I18N_TOOLS" configure.in >/dev/null; then
echo "Running xml-i18n-toolize..."