From edc5cfd22952ec366d567c425dc46bcbb037fc07 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 25 Nov 2004 22:11:20 +0000 Subject: rm autom4te.cache, since it might interfere with differing autoconf Thu Nov 25 14:10:53 2004 Manish Singh * autogen.sh: rm autom4te.cache, since it might interfere with differing autoconf versions. --- ChangeLog | 5 +++++ ChangeLog.pre-1-10 | 5 +++++ ChangeLog.pre-1-8 | 5 +++++ autogen.sh | 2 ++ 4 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index e0ccdc7a..00cc7733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 25 14:10:53 2004 Manish Singh + + * autogen.sh: rm autom4te.cache, since it might interfere with + differing autoconf versions. + Tue Nov 23 10:23:43 2004 Owen Taylor * pango/pango-attributes.[ch]: Add underline_color diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index e0ccdc7a..00cc7733 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Thu Nov 25 14:10:53 2004 Manish Singh + + * autogen.sh: rm autom4te.cache, since it might interfere with + differing autoconf versions. + Tue Nov 23 10:23:43 2004 Owen Taylor * pango/pango-attributes.[ch]: Add underline_color diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index e0ccdc7a..00cc7733 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Thu Nov 25 14:10:53 2004 Manish Singh + + * autogen.sh: rm autom4te.cache, since it might interfere with + differing autoconf versions. + Tue Nov 23 10:23:43 2004 Owen Taylor * pango/pango-attributes.[ch]: Add underline_color diff --git a/autogen.sh b/autogen.sh index 69aa4d49..6aa48da9 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 1 libtoolize --force || exit $? -- cgit v1.2.1