From d66c23db5c126fd7e7265c022f28def0e69b32d8 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 25 Apr 2005 16:16:17 +0000 Subject: [PATCH] * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile.am is no longer used. --- ChangeLog | 3 +++ libltdl/configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2778ab830..c1ce474c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-04-25 Eric Blake (tiny change) + * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile.am is no + longer used. + * Makefile.am (ltdldatadir): Fix typo. 2005-04-25 Gary V. Vaughan , diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 7dc0bb695..2cdc36d87 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -76,5 +76,5 @@ LTDL_INIT ## -------- ## ## Outputs. ## ## -------- ## -AC_CONFIG_FILES([Makefile loaders/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- 2.47.2