s/1.0/1/ for interface version.
authorElliot Lee <sopwith@src.gnome.org>
Fri, 25 Feb 2000 16:35:26 +0000 (16:35 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Fri, 25 Feb 2000 16:35:26 +0000 (16:35 +0000)
s/1.0/1/ for interface version.

svn path=/trunk/; revision=1124

macros/autogen.sh

index 51ced27..18cfd60 100644 (file)
@@ -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