diff options
author | Gary V. Vaughan <gary@gnu.org> | 2011-11-01 12:29:48 +0700 |
---|---|---|
committer | Gary V. Vaughan <gary@gnu.org> | 2011-11-17 17:51:14 +0700 |
commit | 76fff42c2acd846eae5b4e05ba318ec6213f9eed (patch) | |
tree | cd547e095ed421cd1464e7f388f46d7ae6715f2e /libltdl | |
parent | 0c19864f3d5bb8f5b7cdeb2e8c2ef4d201b4bfd1 (diff) | |
download | libtool-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 'libltdl')
-rw-r--r-- | libltdl/ltdl.mk (renamed from libltdl/Makefile.inc) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libltdl/Makefile.inc b/libltdl/ltdl.mk index 0e538489..f75d6fd4 100644 --- a/libltdl/Makefile.inc +++ b/libltdl/ltdl.mk @@ -1,4 +1,4 @@ -## Makefile.inc -- includable Makefile.am snippet +## ltdl.mk -- includable Makefile snippet ## ## Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. ## Written by Gary V. Vaughan, 2003 |