print a message before running the autotools

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
remotes/origin/1.4
Russell Bryant 19 years ago
parent d255a98243
commit bc50c527f8

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

Loading…
Cancel
Save