]> git.donarmstrong.com Git - lilypond.git/blobdiff - autogen.sh
* .cvsignore: Add install-sh.
[lilypond.git] / autogen.sh
index 1d4c1b61ef3de361e602ccd440df5c9338e14f70..4271d4c8a7a57a426c379eb682cff58bbac82e93 100755 (executable)
@@ -7,6 +7,7 @@ case $1 in
     --noconf*) NOCONFIGURE=true;;
 esac
 
+touch stepmake/bin/install-sh
 if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then
     echo "stepmake/aclocal.m4 is newer.  Copying file." 
     cp -f stepmake/aclocal.m4 aclocal.m4
@@ -56,10 +57,13 @@ if test -n "$NOCONFIGURE"; then
 fi
 
 if test -z "$*"; then
-    echo "warning: about to run \`./configure' without arguments."
-    echo "arguments on the \`$0\'"
-    echo "command line will be passed to \`./configure'."
-    echo
+    cat <<EOF
+    Warning: about to run \`configure' without arguments.
+    arguments on the \`$0' command line
+    will be passed to \`configure'.
+
+    Invoke with --noconfigure to skip configure step.
+EOF
 fi
 
 echo Running $srcdir/configure $conf_flags "$@" ...