summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-07-24 14:59:03 +0000
committerMartin Baulig <martin@src.gnome.org>2000-07-24 14:59:03 +0000
commit3ddff7c5373b37a95c68ea85d3d027ef0531b971 (patch)
tree7bd96a5a9fec34ce130d8d31eda5ca0655968f88
parent718cd7f95168ed3e0a95884c52e3b9f77841ca69 (diff)
downloadgnome-common-3ddff7c5373b37a95c68ea85d3d027ef0531b971.tar.gz
s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/
svn path=/trunk/; revision=1313
-rwxr-xr-xbin/gnome-autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gnome-autogen.sh b/bin/gnome-autogen.sh
index c667827..831054b 100755
--- a/bin/gnome-autogen.sh
+++ b/bin/gnome-autogen.sh
@@ -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