summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-25 16:35:26 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-02-25 16:35:26 +0000
commiteff3d796f2d8914fd285bb235cc1fc343f1ad248 (patch)
treeadf038e1b3123c4a58fb83756314d6631f6fff9f
parentcd00afcf5275e1cfcd1fe1e7e3157289c6bacae5 (diff)
downloadgnome-common-eff3d796f2d8914fd285bb235cc1fc343f1ad248.tar.gz
s/1.0/1/ for interface version.
s/1.0/1/ for interface version. svn path=/trunk/; revision=1124
-rw-r--r--macros/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 51ced27..18cfd60 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -105,7 +105,7 @@ do
aclocalinclude="$ACLOCAL_FLAGS"
for k in $aclocalinclude; do
if test -d $k; then
- if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1.0" ]; then
+ if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1" ]; then
rm -f $DELETEFILES
fi
fi
@@ -113,7 +113,7 @@ do
for k in $macrodirs; do
if test -d $k; then
aclocalinclude="$aclocalinclude -I $k"
- if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1.0" ]; then
+ if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1" ]; then
rm -f $DELETEFILES
fi
fi