From 76fff42c2acd846eae5b4e05ba318ec6213f9eed Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 1 Nov 2011 12:29:48 +0700 Subject: libtoolize: rename `Makefile.inc' to standard `ltdl.mk'. * libltdl/Makefile.inc: Moved from here... * libltdl/ltdl.mk: ...to here. * Makefile.am, bootstrap.conf, tests/libtoolize.at, tests/nonrecursive.at: Adjust. * libtoolize.m4sh (func_install_pkgltdl_files): Set the destination file to `Makefile.inc' if grep finds an include for that name in a top-level Makefile.am. (func_check_macros): Print a deprecation warning if use of the old `Makefile.inc' convention is found. * tests/old-ltdl-iface.at: New test for renaming and warning correctly when `Makefile.inc' convention is still in use. * NEWS: Updated. Signed-off-by: Gary V. Vaughan --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index e1537e23..a4b5ba55 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -314,7 +314,7 @@ libtool_build_prerequisites () func_verbose "ltdl_dir='$ltdl_dir'" # Whip up a dirty Makefile: - makes='Makefile.am libltdl/Makefile.inc' + makes='Makefile.am libltdl/ltdl.mk' rm -f Makefile { echo "aux_dir = $build_aux" -- cgit v1.2.1