summaryrefslogtreecommitdiff
path: root/gsl-1.9/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/autogen.sh')
-rwxr-xr-xgsl-1.9/autogen.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/gsl-1.9/autogen.sh b/gsl-1.9/autogen.sh
new file mode 100755
index 0000000..2bd2597
--- /dev/null
+++ b/gsl-1.9/autogen.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+# Run this to generate all the auto-generated files needed by the GNU
+# configure program
+
+libtoolize --automake
+aclocal
+automake --add-missing --gnu
+autoconf
+echo "Now use ./configure --enable-maintainer-mode"