]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/acconfig.h: Removed. Obsoleted with modern Automake
authorGary V. Vaughan <gary@gnu.org>
Fri, 7 Sep 2001 18:55:11 +0000 (18:55 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 7 Sep 2001 18:55:11 +0000 (18:55 +0000)
(i.e. 1.4 or better).

ChangeLog
libltdl/acconfig.h [deleted file]

index 59c0b7aef105db8b33f25e0da708dcd548b08d2c..0c0c150390fd950e19ad12a125e59b29f7dd4ba4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-09-07  Gary V. Vaughan  <gary@gnu.org>
 
+       * libltdl/acconfig.h:  Removed.  Obsoleted with modern Automake
+       (i.e. 1.4 or better).
+
        * libltdl/ltdl.c (foreach_dirinpath): argz_len should be a size_t.
        Reported by Albert Chin <china@thewrittenword.com>
 
diff --git a/libltdl/acconfig.h b/libltdl/acconfig.h
deleted file mode 100644 (file)
index 15f115c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Some of these are defined here, not in configure.in, because
-   they're AC_DEFINEd in two different places, which causes two
-   defines to appear.  Some C compilers might now appreciate it...  */
-
-/* Define if you have the libdl library or equivalent.  */
-#undef HAVE_LIBDL
-
-/* Define if you have the GNU dld library.  */
-#undef HAVE_DLD
-
-/* Define if you have the shl_load function.  */
-#undef HAVE_SHL_LOAD