mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Change the warning text so that NO warnings are permitted. This is now the
case since the AC_CONFIG_SUBDIRS problem has been fixed. llvm-svn: 16464
This commit is contained in:
parent
5c162ec83c
commit
c8ea59b3c7
@ -23,12 +23,12 @@ if test $? -ne 0 ; then
|
|||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
echo "### NOTE: ############################################################"
|
echo "### NOTE: ############################################################"
|
||||||
echo "### If you get *any* warnings from autoconf below other than warnings"
|
echo "### If you get *any* warnings from autoconf below you MUST fix the"
|
||||||
echo "### about 'AC_CONFIG_SUBDIRS: you should use literals', you MUST fix"
|
echo "### scripts in the m4 directory because there are future forward"
|
||||||
echo "### the scripts in the m4 directory because there are future forward"
|
|
||||||
echo "### compatibility or platform support issues at risk. Please do NOT"
|
echo "### compatibility or platform support issues at risk. Please do NOT"
|
||||||
echo "### commit any configure.ac or configure script that was generated "
|
echo "### commit any configure.ac or configure script that was generated "
|
||||||
echo "### with warnings present."
|
echo "### with warnings present. You should get just three 'Regenerating..'"
|
||||||
|
echo "### lines."
|
||||||
echo "######################################################################"
|
echo "######################################################################"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Regenerating aclocal.m4 with aclocal"
|
echo "Regenerating aclocal.m4 with aclocal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user