summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-08-13 10:51:44 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-08-13 10:51:44 +0200
commit997bc65754815f5501ea249a94c3f62402887697 (patch)
tree177e890b3eb4b9e394d4ecdf4de1bd883a8bdc61 /autogen.sh
parent0ea4be7185d4ca44c25dc89793da55cf0f3444ac (diff)
Force regeneration of autom4te.cache
Fixes issue with XORG_MANPAGE_SECTION macro not being defined but autoreconf appearing to succeed.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index eaa88ac..2ef5983 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir";
+rm -rf autom4te.cache
autoreconf -v --install || exit 1
cd "$ORIGDIR" || exit $?