From: Gary V. Vaughan Date: Fri, 15 Apr 2005 10:31:35 +0000 (+0000) Subject: * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile is no longer X-Git-Tag: release-2-1b~672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb37d1a3921aeaa085a3885af8f4f7a1da887fa;p=thirdparty%2Flibtool.git * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile is no longer used. --- diff --git a/ChangeLog b/ChangeLog index a5ef34890..62e163c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-04-15 Gary V. Vaughan + * libltdl/configure.ac (AC_OUTPUT): loaders/Makefile is no longer + used. + * Makefile.am (lt__cd, CD_TESTDIR): New make macros to work around problems with CDPATH in some shells. (check-local, installcheck-local, clean-local): Use them. diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 729734b56..a8a06e614 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -76,5 +76,5 @@ LTDL_INIT ## -------- ## ## Outputs. ## ## -------- ## -AC_CONFIG_FILES([Makefile loaders/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT