]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] cleanup: remove obsolete special-handling of default source for libs
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 20 May 2012 09:35:22 +0000 (11:35 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 May 2012 07:25:44 +0000 (09:25 +0200)
commit67d4966d8c0d4fcedbcb0c80cdb6ed95be4a7b65
tree1229e95c3e305a872fa9ea6631926e60ce551d89
parent5c3ac8db4b2146f599134df17ecfb039b670834d
[ng] cleanup: remove obsolete special-handling of default source for libs

Since we are already breaking backward-compatibility in small ways in
Automake-NG, we can snatch the occasion to do some cleanup of obsolescent
behaviours and backward-compatibility hacks.  This is the first of such
cleanups.

* automake.in (handle_source_transform): The default source for libfoo.la
is libfoo.c, but for backward compatibility we used look for libfoo_la.c
first.  Don't do that anymore now.
* t/ltlibsrc.sh: Remove as obsolete.
* NG-NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NG-NEWS
automake.in
t/ltlibsrc.sh [deleted file]