forked from OSchip/llvm-project
Make the "Warning" notice a LOT more prominent.
llvm-svn: 16414
This commit is contained in:
parent
2aeccd0f1c
commit
eb61eb2e32
|
@ -21,7 +21,16 @@ libtool --version | grep '1.5.10' > /dev/null
|
||||||
if test $? -ne 0 ; then
|
if test $? -ne 0 ; then
|
||||||
die "Your libtool was not detected as being 1.5.10"
|
die "Your libtool was not detected as being 1.5.10"
|
||||||
fi
|
fi
|
||||||
echo "Note: Warnings about 'AC_CONFIG_SUBDIRS: you should use literals' are ok"
|
echo ""
|
||||||
|
echo "### NOTE: ############################################################"
|
||||||
|
echo "### If you get *any* warnings from autoconf below other than warnings"
|
||||||
|
echo "### about 'AC_CONFIG_SUBDIRS: you should use literals', you MUST fix"
|
||||||
|
echo "### the scripts in the m4 directory because there are future forward"
|
||||||
|
echo "### compatibility or platform support issues at risk. Please do NOT"
|
||||||
|
echo "### commit any configure.ac or configure script that was generated "
|
||||||
|
echo "### with warnings present."
|
||||||
|
echo "######################################################################"
|
||||||
|
echo ""
|
||||||
echo "Regenerating aclocal.m4 with aclocal"
|
echo "Regenerating aclocal.m4 with aclocal"
|
||||||
cwd=`pwd`
|
cwd=`pwd`
|
||||||
aclocal --force -I $cwd/m4 || die "aclocal failed"
|
aclocal --force -I $cwd/m4 || die "aclocal failed"
|
||||||
|
|
Loading…
Reference in New Issue