print a message before running the autotools

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-04-24 17:34:35 +00:00
parent d255a98243
commit bc50c527f8

View File

@@ -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