summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-07 17:03:57 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-07 17:03:57 +0000
commita65e8839121f8bac3f4134d327bc93e91a1f7903 (patch)
tree4564e54d9c79da8cb5a3641c4e52a86b9990d7fb /autogen.sh
parentc8b41eebf83a6380ac79e422bb8b53297f660eae (diff)
downloadswig-a65e8839121f8bac3f4134d327bc93e91a1f7903.tar.gz
integrate ccache build
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10920 626c5289-ae23-0410-ae9c-e8d60b6d4f22
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 33f54aa7c..de5ded878 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,3 +13,4 @@ ${ACLOCAL-aclocal} -I Tools/config
${AUTOHEADER-autoheader}
${AUTOMAKE-automake} --add-missing --copy --force-missing
${AUTOCONF-autoconf}
+cd CCache && ${AUTORECONF-autoreconf}