Small AM_GNOME2_GETTEXT fix.
authorMartin Baulig <martin@src.gnome.org>
Wed, 22 Nov 2000 13:38:32 +0000 (13:38 +0000)
committerMartin Baulig <martin@src.gnome.org>
Wed, 22 Nov 2000 13:38:32 +0000 (13:38 +0000)
svn path=/trunk/; revision=1471

macros2/autogen.sh

index b79740b..c10d02a 100644 (file)
@@ -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."