summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-11-01 12:29:48 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 17:51:14 +0700
commit76fff42c2acd846eae5b4e05ba318ec6213f9eed (patch)
treecd547e095ed421cd1464e7f388f46d7ae6715f2e /bootstrap.conf
parent0c19864f3d5bb8f5b7cdeb2e8c2ef4d201b4bfd1 (diff)
downloadlibtool-76fff42c2acd846eae5b4e05ba318ec6213f9eed.tar.gz
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 <gary@gnu.org>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 1 insertions, 1 deletions
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"