From aa4a149c08acd4809d8f8cc5849eef23aa8d98e2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 14 Jun 2009 17:42:52 -0700 Subject: [PATCH] Added status message to the end of autorun.sh --- config/autorun.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 + -- 2.30.2