mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user