libltdl/libltdl.patch

Sat, 03 Oct 2009 16:32:32 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Oct 2009 16:32:32 +0200
changeset 10
614fa8c9329c
permissions
-rw-r--r--

Slightly correct and improve build guideline documentation.

     1 Index: configure.in
     2 --- configure.in.orig	2009-02-20 00:59:13.000000000 +0100
     3 +++ configure.in	2009-02-20 00:59:34.000000000 +0100
     4 @@ -3,11 +3,11 @@
     5  dnl as independent library
     6  dnl
     7  AC_INIT(configure.in)
     8 -AM_INIT_AUTOMAKE(libltdl,0.0.0)
     9  AC_LIBTOOL_DLOPEN
    10  AC_LIBLTDL_INSTALLABLE($libdir)
    11  AC_CONFIG_SUBDIRS(libltdl)
    12  AC_CONFIG_AUX_DIR(.)
    13 +AM_INIT_AUTOMAKE(libltdl,0.0.0)
    14  AM_PROG_LIBTOOL
    15  AC_OUTPUT([Makefile])

mercurial