diff options
author | Martin Baulig <martin@src.gnome.org> | 2000-07-24 14:59:03 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-07-24 14:59:03 +0000 |
commit | 3ddff7c5373b37a95c68ea85d3d027ef0531b971 (patch) | |
tree | 7bd96a5a9fec34ce130d8d31eda5ca0655968f88 | |
parent | 718cd7f95168ed3e0a95884c52e3b9f77841ca69 (diff) | |
download | shared-mime-info-3ddff7c5373b37a95c68ea85d3d027ef0531b971.tar.gz |
s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/
svn path=/trunk/; revision=1313
-rwxr-xr-x | bin/gnome-autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gnome-autogen.sh b/bin/gnome-autogen.sh index c667827a..831054be 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 |