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

Diff of /pspp/configure.ac

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

revision 1.25 by jmd, Mon Feb 21 07:13:35 2005 UTC revision 1.26 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 12  AC_PROG_CC Line 12  AC_PROG_CC
12    
13  AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" )  AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" )
14    
15    AC_PATH_PROG([PERL], perl, no)
16    AC_SUBST([PERL])dnl
17    if test "$PERL" = no; then
18      AC_MSG_ERROR([perl is not found])
19    fi
20    $PERL -e 'require 5.005_03;' || {
21       AC_MSG_ERROR([Perl 5.005_03 or better is required])
22    }
23    
24  dnl Internationalization macros.  dnl Internationalization macros.
25  AM_GNU_GETTEXT  AM_GNU_GETTEXT
# Line 87  AC_CHECK_HEADERS([limits.h memory.h sys/ Line 94  AC_CHECK_HEADERS([limits.h memory.h sys/
94  AC_HEADER_STAT  AC_HEADER_STAT
95  AC_HEADER_STDC  AC_HEADER_STDC
96  AC_HEADER_TIME  AC_HEADER_TIME
97    AC_HEADER_STDBOOL
98    
99  AC_C_CONST  AC_C_CONST
100  AC_C_INLINE  AC_C_INLINE
# Line 140  if test x"$enable_debug" = x"yes"  ; the Line 148  if test x"$enable_debug" = x"yes"  ; the
148  fi  fi
149    
150  AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile  AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile
151                   lib/Makefile lib/julcal/Makefile lib/misc/Makefile                   lib/Makefile lib/misc/Makefile
152                   doc/Makefile src/Makefile                   doc/Makefile
153                   config/Makefile tests/Makefile])                   src/Makefile src/expressions/Makefile
154                     config/Makefile
155                     tests/Makefile])
156  AC_CONFIG_COMMANDS([pref.h],[  AC_CONFIG_COMMANDS([pref.h],[
157             # Copy pref.h from pref.h.orig if prudent             # Copy pref.h from pref.h.orig if prudent
158             if test ! -f pref.h; then             if test ! -f pref.h; then

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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