libltdl/libltdl.patch

Sun, 08 May 2011 15:47:22 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 08 May 2011 15:47:22 +0200
changeset 13
50e3a83e4f0b
permissions
-rw-r--r--

Reintroduce static library production in development package.

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

mercurial