--- sql/oracle/Attic/configure.in 2003/10/31 13:02:44 1.16.2.1 +++ sql/oracle/Attic/configure.in 2004/05/28 12:25:35 1.16.6.1 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(parser3oracle.C) -AM_INIT_AUTOMAKE(parser3oracle, 3.1.1, nodefine) +AM_INIT_AUTOMAKE(parser3oracle, 3.1.HEAD, nodefine) AM_CONFIG_HEADER(config_auto.h) @@ -32,9 +32,12 @@ dnl Checks for programs. AC_PROG_INSTALL AC_PROG_MAKE_SET AC_PROG_AWK - -AC_LANG_CPLUSPLUS AC_PROG_CXX +AC_PROG_CC + +dnl most tests should be compiled with C compiler [especially qsort test] +AC_LANG_C + dnl Enable building of the convenience library dnl and set LIBLTDL accordingly @@ -64,7 +67,7 @@ setjmp.h ) AC_MSG_CHECKING(for BSD setenv/getenv/unsetenv) -AC_TRY_COMPILE( +AC_TRY_LINK( #ifdef HAVE_STDLIB_H # include #endif @@ -88,7 +91,7 @@ unsetenv(TEST_NAME); AC_MSG_RESULT(no) AC_MSG_CHECKING(for POSIX putenv/getenv) - AC_TRY_COMPILE( + AC_TRY_LINK( #ifdef HAVE_STDLIB_H # include #endif