comparison 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
comparison
equal deleted inserted replaced
14656:8d2ce821e38a 14657:8a84849ad986
2372 warn_msg_printed=true 2372 warn_msg_printed=true
2373 fi 2373 fi
2374 2374
2375 if $warn_msg_printed; then 2375 if $warn_msg_printed; then
2376 AC_MSG_NOTICE([]) 2376 AC_MSG_NOTICE([])
2377 AC_MSG_NOTICE([NOTE: libraries may be skipped if a library is not found OR]) 2377 AC_MSG_NOTICE([NOTE: Libraries or auxiliary programs may be skipped if they are])
2378 AC_MSG_NOTICE([NOTE: if the library on your system is missing required features.]) 2378 AC_MSG_NOTICE([NOTE: not found OR if they are missing required features on your])
2379 AC_MSG_NOTICE([NOTE: system. ])
2379 fi 2380 fi
2380 2381
2381 ### End of configure. 2382 ### End of configure.