diff options
author | Peter Rosin <peda@lysator.liu.se> | 2010-08-01 08:38:05 +0200 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-08-09 21:34:33 +0200 |
commit | 9533d1f026a1ca8a3f77f64bc710f13cdaa1b410 (patch) | |
tree | c55034eac0aef7ec2457df8dbc3f0667c4d3d663 /automake.in | |
parent | 265e34202672a00d701fe337076451ae89010e59 (diff) | |
download | automake-9533d1f026a1ca8a3f77f64bc710f13cdaa1b410.tar.gz |
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>
Diffstat (limited to 'automake.in')
-rwxr-xr-x | automake.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automake.in b/automake.in index 381202b46..8fd68696e 100755 --- a/automake.in +++ b/automake.in @@ -235,9 +235,9 @@ my @libtool_sometimes = qw(ltconfig ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh); my @common_files = (qw(ABOUT-GNU ABOUT-NLS AUTHORS BACKLOG COPYING COPYING.DOC COPYING.LIB COPYING.LESSER ChangeLog INSTALL NEWS README THANKS TODO - ansi2knr.1 ansi2knr.c compile config.guess config.rpath config.sub - depcomp elisp-comp install-sh libversion.in mdate-sh missing - mkinstalldirs py-compile texinfo.tex ylwrap), + ansi2knr.1 ansi2knr.c ar-lib compile config.guess config.rpath + config.sub depcomp elisp-comp install-sh libversion.in mdate-sh + missing mkinstalldirs py-compile texinfo.tex ylwrap), @libtool_files, @libtool_sometimes); # Commonly used files we auto-include, but only sometimes. This list |