pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/configure.ac


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/configure.ac
Date: Sat, 10 Dec 2005 20:05:02 -0500

Index: pspp/configure.ac
diff -u pspp/configure.ac:1.35 pspp/configure.ac:1.36
--- pspp/configure.ac:1.35      Sun Sep 25 23:23:10 2005
+++ pspp/configure.ac   Fri Oct 21 01:20:34 2005
@@ -36,7 +36,7 @@
 
 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")
@@ -56,9 +56,9 @@
 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])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]