/[pspp]/pspp/configure.ac
ViewVC logotype

Diff of /pspp/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by jmd, Tue May 3 11:26:03 2005 UTC revision 1.31 by blp, Mon Jul 25 03:32:20 2005 UTC
# Line 2  dnl Process this file with autoconf to p Line 2  dnl Process this file with autoconf to p
2    
3  dnl Initialize.  dnl Initialize.
4  AX_PREREQ(2.57)  AX_PREREQ(2.57)
5  AC_INIT(pspp, 0.3.2,bug-gnu-pspp@gnu.org)  AC_INIT(pspp, 0.4.0,bug-gnu-pspp@gnu.org)
6  AC_CONFIG_HEADERS([config.h])  AC_CONFIG_HEADERS([config.h])
7  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
8    
# Line 40  fi Line 40  fi
40  AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no")  AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no")
41    
42    
 AC_CHECK_LIB(gmp, mpf_get_str,,  
         AC_CHECK_LIB(gmp, __gmpf_get_str,,  
           AC_MSG_ERROR([You must install libgmp])  
         )  
 )  
   
43  AC_CHECK_LIB(gslcblas,main,,AC_MSG_ERROR([You must install libgslcblas]))  AC_CHECK_LIB(gslcblas,main,,AC_MSG_ERROR([You must install libgslcblas]))
44  AC_CHECK_LIB(gsl, gsl_cdf_chisq_Q,,  AC_CHECK_LIB(gsl, gsl_cdf_chisq_Q,,
45    AC_MSG_ERROR([You must install libgsl version 1.4 or later]))    AC_MSG_ERROR([You must install libgsl version 1.4 or later]))

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26