diff configure.ac @ 14657:8a84849ad986

build: Restore printing some summary ./configure warnings at the end * configure.ac: Reword final notice for missing libraries * acinclude.m4: Reformat warnings and consistently use OCTAVE_CONFIGURE_WARNING
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 19 May 2012 00:15:30 -0400
parents 9e4ad3f1f291
children 7925a7d6547b 22244a235fd0 0b0569667939
line wrap: on
line diff
--- a/configure.ac	Sat May 19 01:59:21 2012 +0200
+++ b/configure.ac	Sat May 19 00:15:30 2012 -0400
@@ -2374,8 +2374,9 @@
 
 if $warn_msg_printed; then
   AC_MSG_NOTICE([])
-  AC_MSG_NOTICE([NOTE: libraries may be skipped if a library is not found OR])
-  AC_MSG_NOTICE([NOTE: if the library on your system is missing required features.])
+  AC_MSG_NOTICE([NOTE: Libraries or auxiliary programs may be skipped if they are])
+  AC_MSG_NOTICE([NOTE: not found OR if they are missing required features on your])
+  AC_MSG_NOTICE([NOTE: system. ])
 fi
 
 ### End of configure.