|
|
| version 1.10, 2002/02/08 10:42:04 | version 1.19, 2003/01/13 15:27:20 |
|---|---|
| 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(parser3mysql.C) | AC_INIT(parser3mysql.C) |
| AM_INIT_AUTOMAKE(parser3mysql, 3.0b, nodefine) | AC_PREREQ(2.57) |
| AM_INIT_AUTOMAKE(parser3mysql, 3.0.HEAD, nodefine) | |
| AM_CONFIG_HEADER(config_auto.h) | AM_CONFIG_HEADER(config_auto.h) |
| Line 58 dnl Check for dlopen support | Line 60 dnl Check for dlopen support |
| AC_LIBTOOL_DLOPEN | AC_LIBTOOL_DLOPEN |
| dnl Configure libtool | dnl Configure libtool |
| AC_DISABLE_STATIC | AC_DISABLE_STATIC |
| AM_PROG_LIBTOOL | AC_LIBTOOL_WIN32_DLL |
| AC_PROG_LIBTOOL | |
| AC_SUBST(LIBTOOL_DEPS) | |
| dnl Configure libltdl | dnl Configure libltdl |
| AC_CONFIG_SUBDIRS(libltdl) | AC_CONFIG_SUBDIRS(libltdl) |
| Line 81 dnl Checks for library functions. | Line 85 dnl Checks for library functions. |
| dnl Output makefiles | dnl Output makefiles |
| AC_OUTPUT(libltdl/Makefile Makefile) | AC_OUTPUT(Makefile) |