File:  [parser3project] / parser3 / src / lib / ltdl / Attic / configure.in
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Thu Dec 29 13:06:59 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_4_1, release_3_4_0, release_3_3_0, release_3_2_3, release_3_2_2, paf_left, HEAD
. merged from 3.2.1

dnl Process this file with autoconf to create configure.

AC_INIT(ltdl.c)

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_CONFIG_HEADER(config_auto.h)
AM_MAINTAINER_MODE

AC_PROG_CC
AC_C_CONST
AC_C_INLINE

AC_DISABLE_SHARED
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

AC_LIB_LTDL

dnl Output the makefile
AC_OUTPUT(Makefile)

# Local Variables:
# mode:shell-script
# sh-indentation:2
# End:

E-mail: