+Thu Oct 20 18:19:58 2005 Ben Pfaff <blp@gnu.org>
+
+ * configure.ac: Improve error messages. Thanks to Jaap-Andre de
+ Hoop <j.dehoop@data-assist.nl>.
+
Sun Sep 25 16:11:09 2005 Ben Pfaff <blp@gnu.org>
* Makefile.am: Handles `examples' as a subdirectory instead of a
if test x"$with_libplot" != x"no" ; then
AC_CHECK_LIB(plot, pl_newpl_r,,
- AC_MSG_ERROR([You must install libplot (or use --without-libplot)])
+ AC_MSG_ERROR([You must install libplot development libraries (or use --without-libplot)])
)
fi
AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no")
using Solaris. You can probably fix the problem with
`--disable-largefile' or `CFLAGS=-ansi'.])])
-AC_CHECK_LIB(gslcblas,main,,AC_MSG_ERROR([You must install libgslcblas]))
+AC_CHECK_LIB(gslcblas,main,,AC_MSG_ERROR([You must install libgslcblas development libraries]))
AC_CHECK_LIB(gsl, gsl_cdf_chisq_Q,,
- AC_MSG_ERROR([You must install libgsl version 1.4 or later]))
+ AC_MSG_ERROR([You must install development libraries for libgsl version 1.4 or later]))
AC_ARG_WITH(ncurses,
[ --without-ncurses don't compile in ncurses command line editing])