summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-27 09:41:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-27 09:41:47 +0000
commitd6678677780f0e5a65385abe53f2656921066741 (patch)
tree6eaba8a5fb5285fd7cdb9a4a522f3faa5d0db3fd /autogen.sh
parentac7e31e57897bea77d934fe777e2d1fc9900233f (diff)
downloadmpfr-d6678677780f0e5a65385abe53f2656921066741.tar.gz
Added autogen.sh sh script from Daniel Richard G. to install/update the
autotools files and clean up caches (useful before a release). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8365 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 000000000..90c840a10
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# "autoreconf -f" will clobber our INSTALL file with a generic one if we
+# don't move it out of the way
+
+mv -f INSTALL INSTALL.$$.tmp
+
+autoreconf -v -f -i -W all
+
+rm -f INSTALL
+mv -f INSTALL.$$.tmp INSTALL
+
+rm -rf autom4te.cache