aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-10 23:50:24 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-10 23:50:24 +1000
commit6222d00ffc757e4dea690fdc26bba868bf1194e5 (patch)
tree0f75fd00f4e629c2ed329a990b5339281bcf5e8c
parent73370f5f398b03aa6e01f7dfe64f4f54fe7c3b10 (diff)
Add minor comment about error handling to configure.ac
darcs-hash:20060310135024-ac50b-dd496725134db7eb3b55e7358a37eec481043b3e.gz
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 07b217dd..49135507 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 $@