|
|
| version 1.4, 2003/01/13 15:26:14 | version 1.5, 2005/12/29 13:06:59 |
|---|---|
| Line 2 dnl Process this file with autoconf to c | Line 2 dnl Process this file with autoconf to c |
| AC_INIT(ltdl.c) | AC_INIT(ltdl.c) |
| AC_CONFIG_AUX_DIR(../../..) | dnl We shouldn't be using these internal macros of autoconf, |
| dnl but CONFIG_AUX_DIR($with_auxdir) breaks automake. | |
| AC_ARG_WITH(auxdir, | |
| [ --with-auxdir=DIR path to autoconf auxiliary files], | |
| [AC_CONFIG_AUX_DIRS($with_auxdir)], | |
| [AC_CONFIG_AUX_DIR_DEFAULT]) | |
| AC_LIBLTDL_CONVENIENCE | |
| AM_INIT_AUTOMAKE(libltdl,1.2,-) | AM_INIT_AUTOMAKE(libltdl,1.2,-) |
| AM_CONFIG_HEADER(config_auto.h) | AM_CONFIG_HEADER(config_auto.h) |
| Line 13 AC_C_CONST | Line 20 AC_C_CONST |
| AC_C_INLINE | AC_C_INLINE |
| AC_DISABLE_SHARED | AC_DISABLE_SHARED |
| AC_LIBTOOL_WIN32_DLL | |
| AC_PROG_LIBTOOL | AC_PROG_LIBTOOL |
| AC_SUBST(LIBTOOL_DEPS) | |
| AC_LIB_LTDL | AC_LIB_LTDL |
| dnl Output the makefile | dnl Output the makefile |