Skip to content
Snippets Groups Projects
Commit bc50c527 authored by Russell Bryant's avatar Russell Bryant
Browse files

print a message before running the autotools

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d255a982
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ then ...@@ -16,7 +16,7 @@ then
check_for_app autoconf259 check_for_app autoconf259
check_for_app autoheader259 check_for_app autoheader259
check_for_app automake19 check_for_app automake19
echo "Generating the configure script ..."
aclocal19 2>/dev/null aclocal19 2>/dev/null
autoconf259 autoconf259
autoheader259 autoheader259
...@@ -29,9 +29,11 @@ else ...@@ -29,9 +29,11 @@ else
check_for_app autoconf check_for_app autoconf
check_for_app autoheader check_for_app autoheader
check_for_app automake check_for_app automake
echo "Generating the configure script ..."
aclocal 2>/dev/null aclocal 2>/dev/null
autoconf autoconf
autoheader autoheader
automake --add-missing --copy 2>/dev/null automake --add-missing --copy 2>/dev/null
fi fi
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment