From: Russell Bryant Date: Mon, 24 Apr 2006 17:34:35 +0000 (+0000) Subject: print a message before running the autotools X-Git-Tag: 1.4.0-beta1~1817 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc50c527f86587c4f438fd6e569e2da3a2a2d66e;p=thirdparty%2Fasterisk.git print a message before running the autotools git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22272 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/bootstrap.sh b/bootstrap.sh index 02392eb5cc..9bf8377d16 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,7 +16,7 @@ then check_for_app autoconf259 check_for_app autoheader259 check_for_app automake19 - + echo "Generating the configure script ..." aclocal19 2>/dev/null autoconf259 autoheader259 @@ -29,9 +29,11 @@ else check_for_app autoconf check_for_app autoheader check_for_app automake - + echo "Generating the configure script ..." aclocal 2>/dev/null autoconf autoheader automake --add-missing --copy 2>/dev/null fi + +exit 0