Added status message to the end of autorun.sh
authorMonty Taylor <mordred@inaugust.com>
Mon, 15 Jun 2009 00:42:52 +0000 (17:42 -0700)
committerMonty Taylor <mordred@inaugust.com>
Mon, 15 Jun 2009 00:42:52 +0000 (17:42 -0700)
config/autorun.sh

index d62ca6ba87f7cbc9afe7be5d40a1f55d82778dcb..fdf58deab1caf5e40e91b4f7dbf4b8985bde8393 100755 (executable)
@@ -104,3 +104,9 @@ run $AUTOHEADER || die "Can't execute autoheader"
 # and --force to overwrite them if they already exist
 run $AUTOMAKE $AUTOMAKE_FLAGS  || die "Can't execute automake"
 run $AUTOCONF || die "Can't execute autoconf"
+
+echo -n "Automade with: "
+$AUTOMAKE --version | head -1
+echo -n "Configured with: "
+$AUTOCONF --version | head -1
+