X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=55065328ba470ab16f12e2adbd4cf3f96c5ba9cf;hb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;hp=02003a27606f688ed14cac47bf85ac2e5b302e65;hpb=d2ec80c72483254a876b0bb86882224248110c0c;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 02003a27..55065328 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,14 @@ AC_PROG_CC AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" ) - +AC_PATH_PROG([PERL], perl, no) +AC_SUBST([PERL])dnl +if test "$PERL" = no; then + AC_MSG_ERROR([perl is not found]) +fi +$PERL -e 'require 5.005_03;' || { + AC_MSG_ERROR([Perl 5.005_03 or better is required]) +} dnl Internationalization macros. AM_GNU_GETTEXT @@ -87,6 +94,7 @@ AC_CHECK_HEADERS([limits.h memory.h sys/stat.h sys/time.h sys/types.h \ AC_HEADER_STAT AC_HEADER_STDC AC_HEADER_TIME +AC_HEADER_STDBOOL AC_C_CONST AC_C_INLINE @@ -140,9 +148,11 @@ if test x"$enable_debug" = x"yes" ; then fi AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile - lib/Makefile lib/julcal/Makefile lib/misc/Makefile - doc/Makefile src/Makefile - config/Makefile tests/Makefile]) + lib/Makefile lib/misc/Makefile + doc/Makefile + src/Makefile src/expressions/Makefile + config/Makefile + tests/Makefile]) AC_CONFIG_COMMANDS([pref.h],[ # Copy pref.h from pref.h.orig if prudent if test ! -f pref.h; then