Diff for /sql/oracle/Attic/configure.in between versions 1.17 and 1.22

version 1.17, 2004/05/28 12:09:38 version 1.22, 2005/12/07 15:37:53
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT(parser3oracle.C)  AC_INIT(parser3oracle.C)
 AM_INIT_AUTOMAKE(parser3oracle, 3.1.HEAD, nodefine)  AM_INIT_AUTOMAKE(parser3oracle, 9.0, nodefine)
   
 AM_CONFIG_HEADER(config_auto.h)  AM_CONFIG_HEADER(config_auto.h)
   
Line 67  setjmp.h Line 67  setjmp.h
 )  )
   
 AC_MSG_CHECKING(for BSD setenv/getenv/unsetenv)  AC_MSG_CHECKING(for BSD setenv/getenv/unsetenv)
 AC_TRY_COMPILE(  AC_TRY_LINK(
 #ifdef HAVE_STDLIB_H  #ifdef HAVE_STDLIB_H
 #       include <stdlib.h>  #       include <stdlib.h>
 #endif  #endif
Line 91  unsetenv(TEST_NAME); Line 91  unsetenv(TEST_NAME);
     AC_MSG_RESULT(no)      AC_MSG_RESULT(no)
   
     AC_MSG_CHECKING(for POSIX putenv/getenv)      AC_MSG_CHECKING(for POSIX putenv/getenv)
     AC_TRY_COMPILE(      AC_TRY_LINK(
     #ifdef HAVE_STDLIB_H      #ifdef HAVE_STDLIB_H
     #   include <stdlib.h>      #   include <stdlib.h>
     #endif      #endif

Removed from v.1.17  
changed lines
  Added in v.1.22


E-mail: