]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko to 6c323bc: update smart-autogen.sh
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 25 Aug 2012 18:30:12 +0000 (20:30 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 25 Aug 2012 18:30:12 +0000 (20:30 +0200)
Commit 6c323bc1bb27a79f687f5f3f3ed6b105aad24caa "Remove StepMake as a
separate package" which moves stepmake/aclocal.m4 to aclocal.m4 missed
this change.

smart-autogen.sh

index 6dcb3ab37c4dec284fd812458a0a89d63dc94f06..09d8d95a44b99df2f469aeb3a009a5d6d587772b 100755 (executable)
@@ -3,7 +3,7 @@
 srcdir=${srcdir:-.}
 set -ux
 
-AUTOGEN_INPUT_CHECKSUM=`cat $srcdir/configure.in $srcdir/stepmake/aclocal.m4 | md5sum | cut -b 1-32`
+AUTOGEN_INPUT_CHECKSUM=`cat $srcdir/configure.in $srcdir/aclocal.m4 | md5sum | cut -b 1-32`
 
 CHECKSUM_FILE=autogen.checksum