From: Eric Blake Date: Mon, 25 Apr 2005 16:16:17 +0000 (+0000) Subject: * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile.am is no X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66c23db5c126fd7e7265c022f28def0e69b32d8;p=thirdparty%2Flibtool.git * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile.am is no longer used. --- 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