Diff for /parser3/Attic/configure.in between versions 1.62.2.5.2.2 and 1.62.2.5.2.8

version 1.62.2.5.2.2, 2003/03/27 15:45:21 version 1.62.2.5.2.8, 2003/04/16 07:12:37
Line 57  AC_C_INLINE Line 57  AC_C_INLINE
   
 dnl Arguments  dnl Arguments
   
   AC_ARG_WITH(assertions, [  --with-assertions       to enable assertions],
           AC_MSG_WARN(enabling assertions)
   ,
           AC_DEFINE(NDEBUG,,assertions disabled)
   )
   
 AC_ARG_ENABLE(safe-mode, [  --disable-safe-mode   to enable reading and executing  AC_ARG_ENABLE(safe-mode, [  --disable-safe-mode   to enable reading and executing
                           files belonging to group+user other then effective],                            files belonging to group+user other then effective],
 [  [
Line 419  dnl Checks for C header files. Line 425  dnl Checks for C header files.
 AC_HEADER_TIME  AC_HEADER_TIME
   
 AC_CHECK_HEADERS(  AC_CHECK_HEADERS(
   assert.h \
 signal.h \  signal.h \
 unistd.h \  unistd.h \
 process.h \  process.h \
Line 489  ftruncate \ Line 496  ftruncate \
 getrusage \  getrusage \
 gettimeofday \  gettimeofday \
 crypt \  crypt \
 sigsetjmp siglongjmp  siglongjmp
 )  )
   
   dnl on some linux[seen on 2.4] it's a macro 
   PA_CHECK_SIGSETJMP
   
 dnl see comment above  dnl see comment above
 AC_LANG_PUSH(C++)  AC_LANG_PUSH(C++)
 PA_CHECK_MATH_FUNCS_ONE_ARG(  PA_CHECK_MATH_FUNCS_ONE_ARG(

Removed from v.1.62.2.5.2.2  
changed lines
  Added in v.1.62.2.5.2.8


E-mail: