Annotation of parser3/src/lib/ltdl/configure.in, revision 1.4.2.1.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.2.1! paf 20: AC_OUTPUT(Makefile)
1.1 paf 21:
22: # Local Variables:
23: # mode:shell-script
24: # sh-indentation:2
25: # End:
E-mail: