michael@6: Index: configure.in michael@6: --- configure.in.orig 2009-02-20 00:59:13.000000000 +0100 michael@6: +++ configure.in 2009-02-20 00:59:34.000000000 +0100 michael@6: @@ -3,11 +3,11 @@ michael@6: dnl as independent library michael@6: dnl michael@6: AC_INIT(configure.in) michael@6: -AM_INIT_AUTOMAKE(libltdl,0.0.0) michael@6: AC_LIBTOOL_DLOPEN michael@6: AC_LIBLTDL_INSTALLABLE($libdir) michael@6: AC_CONFIG_SUBDIRS(libltdl) michael@6: AC_CONFIG_AUX_DIR(.) michael@6: +AM_INIT_AUTOMAKE(libltdl,0.0.0) michael@6: AM_PROG_LIBTOOL michael@6: AC_OUTPUT([Makefile]) michael@6: