diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-02-25 16:35:26 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-02-25 16:35:26 +0000 |
commit | eff3d796f2d8914fd285bb235cc1fc343f1ad248 (patch) | |
tree | adf038e1b3123c4a58fb83756314d6631f6fff9f | |
parent | cd00afcf5275e1cfcd1fe1e7e3157289c6bacae5 (diff) | |
download | shared-mime-info-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.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 51ced27f..18cfd607 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 |