aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-26 00:35:26 +0800
committerElliot Lee <sopwith@src.gnome.org>2000-02-26 00:35:26 +0800
commitd59b6744845a963af6048d43e668e58ccfa10158 (patch)
tree99d96bbc559dce67c9e8a3f0474a2a9d0c1f329e /macros
parent323b824b844a937593833c1704b6f2cd5335d6a5 (diff)
downloadgsoc2013-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
Diffstat (limited to 'macros')
-rw-r--r--macros/autogen.sh4
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