For PR automake/414:
commit014ec4f2e25f50683f3c9b8c92d496b88cdd67fd
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 23 Apr 2004 21:57:44 +0000 (23 21:57 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 23 Apr 2004 21:57:44 +0000 (23 21:57 +0000)
tree4a9621414052db90c65ccd9c147479d21e328dc3
parentae040111e06b3cd11c38ed34b987620d9ca22af2
For PR automake/414:
Introduce option filename-length-max=99.
* doc/automake.texi (Options): Document it.
* configure.ac (AM_INIT_AUTOMAKE): Use it.
* lib/Automake/Options.pm (_process_option_list): Recognize it.
* automake.in (handle_dist): Set FILENAME_FILTER.
* lib/am/distdir.am (distdir) [FILENAME_FILTER]: Diagnose long
filenames.
* tests/fn99.test: New file.
* tests/Makefile.am (TESTS): Add fn99.test.
14 files changed:
ChangeLog
Makefile.in
NEWS
automake.in
configure
configure.ac
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/Automake/Options.pm
lib/am/distdir.am
tests/Makefile.am
tests/Makefile.in
tests/fn99.test [new file with mode: 0755]