summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-11-22 13:38:32 +0000
committerMartin Baulig <martin@src.gnome.org>2000-11-22 13:38:32 +0000
commit5ec2fbc2866257c0b5851533d6ae68c210d53e68 (patch)
treea6576a2f0c5a4ceab34cf3e73d0ef4bdaa291023
parentb029394f188d8ee30d1d7e31edcaeb226c01e144 (diff)
downloadgnome-common-5ec2fbc2866257c0b5851533d6ae68c210d53e68.tar.gz
Small AM_GNOME2_GETTEXT fix.
svn path=/trunk/; revision=1471
-rw-r--r--macros2/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index b79740b..c10d02a 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -109,7 +109,7 @@ do
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
fi
- if grep "^AM_GNOME2?_GETTEXT" configure.in >/dev/null; then
+ if grep "^AM_GNOME2_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."