aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
diff options
context:
space:
mode:
authorJulian Missig <julianm@src.gnome.org>2000-05-22 05:36:20 +0800
committerJulian Missig <julianm@src.gnome.org>2000-05-22 05:36:20 +0800
commit857af1bfa7c6ee4da8bd3a196932f76106923580 (patch)
tree95faf90e3a023e737f3e40e82e32a0b952631fa2 /macros/autogen.sh
parenta677dc02e05deadbe3c6d385c9cd87eb34a50095 (diff)
downloadgsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.tar
gsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.tar.gz
gsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.tar.bz2
gsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.tar.lz
gsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.tar.xz
gsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.tar.zst
gsoc2013-evolution-857af1bfa7c6ee4da8bd3a196932f76106923580.zip
Gabber now has *working* i18n!
svn path=/trunk/; revision=3148
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 18cfd60720..f08dc52149 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" ]; then
+ if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1.0" ]; 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" ]; then
+ if [ -f $k/gnome.m4 -a "$GNOME_INTERFACE_VERSION" = "1.0" ]; then
rm -f $DELETEFILES
fi
fi
@@ -139,10 +139,8 @@ do
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
- if test -z "$NO_LIBTOOLIZE" ; then
- echo "Running libtoolize..."
- libtoolize --force --copy
- fi
+ echo "Running libtoolize..."
+ libtoolize --force --copy
fi
echo "Running aclocal $aclocalinclude ..."
aclocal $aclocalinclude