|
|
| version 1.6, 2001/11/10 16:11:24 | version 1.16.2.1, 2003/10/31 13:02:44 |
|---|---|
| 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(parser3oracleclient, 3.0g, nodefine) | AM_INIT_AUTOMAKE(parser3oracle, 3.1.1, nodefine) |
| AM_CONFIG_HEADER(config_auto.h) | AM_CONFIG_HEADER(config_auto.h) |
| Line 43 dnl Substitute INCLTDL and LIBLTDL in th | Line 43 dnl Substitute INCLTDL and LIBLTDL in th |
| AC_SUBST(INCLTDL) | AC_SUBST(INCLTDL) |
| AC_SUBST(LIBLTDL) | AC_SUBST(LIBLTDL) |
| AC_SUBST(LIBADD_DL) | AC_SUBST(LIBADD_DL) |
| dnl Check for dlopen support | |
| AC_LIBTOOL_DLOPEN | |
| dnl Configure libtool | dnl Configure libtool |
| AM_PROG_LIBTOOL | AC_DISABLE_STATIC |
| AC_LIBTOOL_WIN32_DLL | |
| AC_PROG_LIBTOOL | |
| dnl Configure libltdl | dnl Configure libltdl |
| AC_CONFIG_SUBDIRS(libltdl) | AC_CONFIG_SUBDIRS(libltdl) |
| Line 121 dnl Checks for library functions. | Line 121 dnl Checks for library functions. |
| dnl Output makefiles | dnl Output makefiles |
| AC_OUTPUT(libltdl/Makefile Makefile) | AC_OUTPUT(Makefile) |