]> git.ipfire.org Git - thirdparty/automake.git/commit
Add new auxiliary 'ar-lib' script, wrapping Microsoft lib.
authorPeter Rosin <peda@lysator.liu.se>
Sun, 1 Aug 2010 06:38:05 +0000 (08:38 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 9 Aug 2010 19:34:33 +0000 (21:34 +0200)
commit9533d1f026a1ca8a3f77f64bc710f13cdaa1b410
treec55034eac0aef7ec2457df8dbc3f0667c4d3d663
parent265e34202672a00d701fe337076451ae89010e59
Add new auxiliary 'ar-lib' script, wrapping Microsoft lib.

* lib/ar-lib: New auxiliary script.
* lib/Makefile.am: Add above.
* tests/ar-lib.test: New test.
* tests/Makefile.am: Add above.
* automake.in (@common_files): Distribute the 'ar-lib' script.
* doc/automake.texi (Auxiliary Programs): Mention the new
'ar-lib' script.
(Optional): Mention 'ar-lib' in AC_CONFIG_AUX_DIR.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
automake.in
doc/automake.texi
lib/Makefile.am
lib/Makefile.in
lib/ar-lib [new file with mode: 0755]
tests/Makefile.am
tests/Makefile.in
tests/ar-lib.test [new file with mode: 0755]