s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/
authorMartin Baulig <martin@src.gnome.org>
Mon, 24 Jul 2000 14:59:03 +0000 (14:59 +0000)
committerMartin Baulig <martin@src.gnome.org>
Mon, 24 Jul 2000 14:59:03 +0000 (14:59 +0000)
svn path=/trunk/; revision=1313

bin/gnome-autogen.sh

index c667827..831054b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if test -n "$USE_GNOME_2_MACROS" ; then
+if test -n "$USE_GNOME2_MACROS" ; then
   export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome2-macros
 else
   export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome-macros