Annotation of parser3/src/lib/ltdl/configure.in, revision 1.5

1.1       paf         1: dnl Process this file with autoconf to create configure.
                      2: 
                      3: AC_INIT(ltdl.c)
                      4: 
1.5     ! paf         5: dnl We shouldn't be using these internal macros of autoconf,
        !             6: dnl but CONFIG_AUX_DIR($with_auxdir) breaks automake.
        !             7: AC_ARG_WITH(auxdir,
        !             8: [  --with-auxdir=DIR   path to autoconf auxiliary files],
        !             9: [AC_CONFIG_AUX_DIRS($with_auxdir)],
        !            10: [AC_CONFIG_AUX_DIR_DEFAULT])
        !            11: 
        !            12: AC_LIBLTDL_CONVENIENCE
1.2       paf        13: 
1.4       paf        14: AM_INIT_AUTOMAKE(libltdl,1.2,-)
1.1       paf        15: AM_CONFIG_HEADER(config_auto.h)
                     16: AM_MAINTAINER_MODE
                     17: 
                     18: AC_PROG_CC
                     19: AC_C_CONST
                     20: AC_C_INLINE
                     21: 
1.4       paf        22: AC_DISABLE_SHARED
1.5     ! paf        23: AC_LIBTOOL_WIN32_DLL
1.4       paf        24: AC_PROG_LIBTOOL
1.5     ! paf        25: AC_SUBST(LIBTOOL_DEPS)
        !            26: 
1.4       paf        27: AC_LIB_LTDL
1.1       paf        28: 
1.4       paf        29: dnl Output the makefile
                     30: AC_OUTPUT(Makefile)
1.1       paf        31: 
                     32: # Local Variables:
                     33: # mode:shell-script
                     34: # sh-indentation:2
                     35: # End:

E-mail: