From 6222d00ffc757e4dea690fdc26bba868bf1194e5 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 10 Mar 2006 23:50:24 +1000 Subject: [PATCH] Add minor comment about error handling to configure.ac darcs-hash:20060310135024-ac50b-dd496725134db7eb3b55e7358a37eec481043b3e.gz --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 07b217dda..491355070 100644 --- a/configure.ac +++ b/configure.ac @@ -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 $@