From: Monty Taylor Date: Mon, 15 Jun 2009 00:42:52 +0000 (-0700) Subject: Added status message to the end of autorun.sh X-Git-Tag: 0.31~14^2~7^2~5 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=aa4a149c08acd4809d8f8cc5849eef23aa8d98e2;p=awesomized%2Flibmemcached Added status message to the end of autorun.sh --- diff --git a/config/autorun.sh b/config/autorun.sh index d62ca6ba..fdf58dea 100755 --- a/config/autorun.sh +++ b/config/autorun.sh @@ -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 +