diff options
author | Martin Baulig <martin@src.gnome.org> | 2000-11-22 13:38:32 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-11-22 13:38:32 +0000 |
commit | 5ec2fbc2866257c0b5851533d6ae68c210d53e68 (patch) | |
tree | a6576a2f0c5a4ceab34cf3e73d0ef4bdaa291023 /macros2 | |
parent | b029394f188d8ee30d1d7e31edcaeb226c01e144 (diff) | |
download | gnome-common-5ec2fbc2866257c0b5851533d6ae68c210d53e68.tar.gz |
Small AM_GNOME2_GETTEXT fix.
svn path=/trunk/; revision=1471
Diffstat (limited to 'macros2')
-rw-r--r-- | macros2/autogen.sh | 2 |
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." |