Add minor comment about error handling to configure.ac

darcs-hash:20060310135024-ac50b-dd496725134db7eb3b55e7358a37eec481043b3e.gz
This commit is contained in:
axel 2006-03-10 23:50:24 +10:00
parent 73370f5f39
commit 6222d00ffc

View file

@ -6,6 +6,8 @@ AC_MSG_CHECKING([if autoconf needs to be run])
if test configure -ot configure.ac; then
AC_MSG_RESULT([yes])
if which autoconf >/dev/null; then
# No need to provide any error messages if autoconf fails, the
# shell and autconf should take care of that themselves
AC_MSG_NOTICE([running autoconf])
if autoconf; then
./configure $@