summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-10-25 22:08:37 +0000
committerManish Singh <yosh@src.gnome.org>2004-10-25 22:08:37 +0000
commit5c38cfa58d8de900b97206f53502912ff145754a (patch)
tree1714086573119233d05609c63b547edb4e63f2a1 /autogen.sh
parent5883072cb2c68d4fe03e84a0e908690c365b7fc1 (diff)
downloadglib-5c38cfa58d8de900b97206f53502912ff145754a.tar.gz
rm autom4te.cache, since it might interfere with differing autoconf
Mon Oct 25 15:05:18 2004 Manish Singh <yosh@gimp.org> * autogen.sh: rm autom4te.cache, since it might interfere with differing autoconf versions. * tests/child-test.c: use GINT_TO_POINTER for g_child_watch_add user data. * glib/gfileutils.c: G_IS_DIR_SEPARATOR is defined in gutils.h now, don't redefine it here.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 527eb3c74..cd2f89ca1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -72,6 +72,8 @@ if test -z "$AUTOGEN_SUBDIR_MODE"; then
fi
fi
+rm -rf autom4te.cache
+
$ACLOCAL $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?