From: John Mandereau Date: Sat, 25 Aug 2012 18:30:12 +0000 (+0200) Subject: Thinko to 6c323bc: update smart-autogen.sh X-Git-Tag: release/2.17.0-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d14e4770b85b3cacc647e45b9ebfe59cc085753f;p=lilypond.git Thinko to 6c323bc: update smart-autogen.sh Commit 6c323bc1bb27a79f687f5f3f3ed6b105aad24caa "Remove StepMake as a separate package" which moves stepmake/aclocal.m4 to aclocal.m4 missed this change. --- diff --git a/smart-autogen.sh b/smart-autogen.sh index 6dcb3ab37c..09d8d95a44 100755 --- a/smart-autogen.sh +++ b/smart-autogen.sh @@ -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