]> git.donarmstrong.com Git - lilypond.git/blobdiff - guile18/autogen.sh
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / autogen.sh
diff --git a/guile18/autogen.sh b/guile18/autogen.sh
new file mode 100755 (executable)
index 0000000..fa34047
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+# Usage: sh -x ./autogen.sh
+
+set -e
+
+[ -f GUILE-VERSION ] || {
+  echo "autogen.sh: run this command only at the top of guile-core."
+  exit 1
+}
+
+######################################################################
+### update infrastructure
+
+autoreconf -i --force --verbose
+
+echo "Now run configure and make."