]> git.donarmstrong.com Git - lilypond.git/blob - guile18/autogen.sh
New upstream version 2.19.65
[lilypond.git] / guile18 / autogen.sh
1 #!/bin/sh
2 # Usage: sh -x ./autogen.sh
3
4 set -e
5
6 [ -f GUILE-VERSION ] || {
7   echo "autogen.sh: run this command only at the top of guile-core."
8   exit 1
9 }
10
11 ######################################################################
12 ### update infrastructure
13
14 autoreconf -i --force --verbose
15
16 echo "Now run configure and make."