From d72dbe7ea4ecb11e991debc20d18c6c8001b934a Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 25 Nov 2004 22:12:11 +0000 Subject: rm autom4te.cache, since it might interfere with differing autoconf Thu Nov 25 14:11:41 2004 Manish Singh * autogen.sh: rm autom4te.cache, since it might interfere with differing autoconf versions. --- ChangeLog | 5 +++++ autogen.sh | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f2b1ef..b158f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 25 14:11:41 2004 Manish Singh + + * autogen.sh: rm autom4te.cache, since it might interfere with + differing autoconf versions. + 2004-11-22 Padraig O'Briain * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments diff --git a/autogen.sh b/autogen.sh index e6aaf15..c16432c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -93,6 +93,8 @@ if test -z "$ACLOCAL_FLAGS"; then done fi +rm -rf autom4te.cache + $ACLOCAL $ACLOCAL_FLAGS || exit 1 libtoolize --force || exit $? -- cgit v1.2.1