bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool 1.4.2: duplicate defs in libltdl/config-h.in


From: Christian Cornelssen
Subject: libtool 1.4.2: duplicate defs in libltdl/config-h.in
Date: Fri, 12 Oct 2001 03:11:24 +0200 (CEST)

Dear Libtool maintainers,

In libtool-1.4.2, I have found some duplicated template definitions in
libltdl/config-h.in (maybe due to autoheader).  The following patch
removes the excess defs.

*** libltdl/config-h.in.orig    Thu Oct 11 23:49:12 2001
--- libltdl/config-h.in Fri Oct 12 02:27:20 2001
***************
*** 126,140 ****
  /* Define if you have the libdl library or equivalent.  */
  #undef HAVE_LIBDL

- /* Define if you have the libdl library or equivalent. */
- #undef HAVE_LIBDL
-
- /* Define if you have the libdl library or equivalent. */
- #undef HAVE_LIBDL
-
- /* Define if you have the shl_load function. */
- #undef HAVE_SHL_LOAD
-
  /* Define if you have the shl_load function. */
  #undef HAVE_SHL_LOAD

--- 126,131 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]