]> git.donarmstrong.com Git - lilypond.git/commitdiff
(srcdir): urg. Touch install-sh.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 20 Dec 2005 15:58:40 +0000 (15:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 20 Dec 2005 15:58:40 +0000 (15:58 +0000)
ChangeLog
autogen.sh
configure.in

index 1df8893b0fde837c165de8c8cdf8c1315454f5e6..75cc877819470a768a5f7f18995365c9208beda1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * autogen.sh (srcdir): urg. Touch install-sh.
+
        * stepmake/bin/install-sh (Module): remove.
 
        * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
index 2fd8bebd5a533bcaf7e9b932c0b0bf4fd6e5919d..4bf7e17d10b1d7fa28a6023c9839a9ca19593ca7 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
@@ -34,7 +35,7 @@ for i in autoconf2.50 autoconf-2.50 autoconf  false; do
 done
 
 if test -z "$autoconf"; then
-    echo "ERROR: Please install autoconf 2.50 or newer"
+i    echo "ERROR: Please install autoconf 2.50 or newer"
     exit 1
 fi
 
index ad434c03469998197cd6c0e8d83929268465a4bb..0c4041fdfaa774838bc8cfc9ce0a357e27dd0cb0 100644 (file)
@@ -7,6 +7,7 @@ AC_INIT
 # Bootstrap StepMake configure
 # For user package:
 AC_CONFIG_AUX_DIR([stepmake/bin])
+
 # For stepmake package:
 # AC_CONFIG_AUX_DIR(bin)