Sun, 08 May 2011 15:46:25 +0200
Import package vendor original specs for necessary manipulations.
michael@6 | 1 | Index: configure.in |
michael@6 | 2 | --- configure.in.orig 2009-02-20 00:59:13.000000000 +0100 |
michael@6 | 3 | +++ configure.in 2009-02-20 00:59:34.000000000 +0100 |
michael@6 | 4 | @@ -3,11 +3,11 @@ |
michael@6 | 5 | dnl as independent library |
michael@6 | 6 | dnl |
michael@6 | 7 | AC_INIT(configure.in) |
michael@6 | 8 | -AM_INIT_AUTOMAKE(libltdl,0.0.0) |
michael@6 | 9 | AC_LIBTOOL_DLOPEN |
michael@6 | 10 | AC_LIBLTDL_INSTALLABLE($libdir) |
michael@6 | 11 | AC_CONFIG_SUBDIRS(libltdl) |
michael@6 | 12 | AC_CONFIG_AUX_DIR(.) |
michael@6 | 13 | +AM_INIT_AUTOMAKE(libltdl,0.0.0) |
michael@6 | 14 | AM_PROG_LIBTOOL |
michael@6 | 15 | AC_OUTPUT([Makefile]) |
michael@6 | 16 |