From: Martin Baulig Date: Mon, 24 Jul 2000 14:59:03 +0000 (+0000) Subject: s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/ X-Git-Tag: GNOME_COMMON_1_2_1~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ddff7c5373b37a95c68ea85d3d027ef0531b971;p=platform%2Fupstream%2Fgnome-common.git s/USE_GNOME_2_MACROS/USE_GNOME2_MACROS/ svn path=/trunk/; revision=1313 --- 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