diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-02-26 00:35:26 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-02-26 00:35:26 +0800 |
commit | d59b6744845a963af6048d43e668e58ccfa10158 (patch) | |
tree | 99d96bbc559dce67c9e8a3f0474a2a9d0c1f329e | |
parent | 323b824b844a937593833c1704b6f2cd5335d6a5 (diff) | |
download | gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.tar gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.tar.gz gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.tar.bz2 gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.tar.lz gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.tar.xz gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.tar.zst gsoc2013-evolution-d59b6744845a963af6048d43e668e58ccfa10158.zip |
s/1.0/1/ for interface version.
s/1.0/1/ for interface version.
svn path=/trunk/; revision=1934
-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 51ced27f92..18cfd60720 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 |