Annotation of parser3/src/lib/ltdl/configure.in, revision 1.4.2.1
1.1 paf 1: dnl Process this file with autoconf to create configure.
2:
3: AC_INIT(ltdl.c)
4:
1.4 paf 5: AC_CONFIG_AUX_DIR(../../..)
1.2 paf 6:
1.4 paf 7: AM_INIT_AUTOMAKE(libltdl,1.2,-)
1.1 paf 8: AM_CONFIG_HEADER(config_auto.h)
9: AM_MAINTAINER_MODE
10:
11: AC_PROG_CC
12: AC_C_CONST
13: AC_C_INLINE
14:
1.4 paf 15: AC_DISABLE_SHARED
16: AC_PROG_LIBTOOL
17: AC_LIB_LTDL
1.1 paf 18:
1.4 paf 19: dnl Output the makefile
1.4.2.1 ! paf 20: dnl creating makefile in root configure
! 21: dnl AC_OUTPUT(Makefile)
! 22: AC_OUTPUT
1.1 paf 23:
24: # Local Variables:
25: # mode:shell-script
26: # sh-indentation:2
27: # End:
E-mail: