X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=3a1405fce377b7dd4b5e264703f2c3fa29a1be94;hb=e210b20bf6f405637c8c03dd280b5a4a627191b8;hp=818fb4b8aed86cab5a4b48595afe5d6d2480eda4;hpb=07a80514925426ef2c6e9aeb3bab74e005a155cd;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 818fb4b8..3a1405fc 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_ARG_WITH(libplot, [ --without-libplot don't compile in support of ch 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 @@ int main (void) 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]) @@ -147,7 +147,8 @@ AC_CONFIG_FILES([Makefile m4/Makefile gl/Makefile intl/Makefile po/Makefile.in doc/Makefile src/Makefile src/expressions/Makefile config/Makefile - tests/Makefile]) + tests/Makefile + examples/Makefile]) AC_CONFIG_COMMANDS([pref.h],[ # Copy pref.h from pref.h.orig if prudent if test ! -f pref.h; then