[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] autolib
From: |
Akim Demaille |
Subject: |
Re: [PATCH] autolib |
Date: |
10 Oct 2002 18:58:36 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) |
| Here is the autolib program. Papers already at the FSF.
| Paolo Bonzini
| ---
|
|
| NEWS file entry
|
| - New program autolib to add replacement files automatically.
|
| ChangeLog entry
|
| 2002-10-08 Paolo Bonzini <address@hidden>
|
| * bin/Makefile.am (bin_SCRIPTS): add autolib
| (ETAGS_PERL, EXTRA_DIST): add autolib.in
| (edit): add autolib-name
| * bin/autolib.in: new file
| * bin/autoreconf.in: invoke it
| * configure.ac: create tests/autolib
| * doc/config.texi (autolib Invocation): new node
| (autoreconf Invocation): document that it invokes autolib
| (Generic Functions): document AC_CONFIG_LICENSE and the
| autolib-related behavior of AC_LIBSOURCE and
| AC_CONFIG_LIBOBJ_DIR.
| * lib/Makefile.am (edit): add autolib-name
| (dist_pkgdata_DATA): new primary
| * lib/bsd/snprintf.c, lib/gpl/poll.c, lib/gpl/poll.h,
| lib/lgpl/memchr.c, lib/pd/memchr.c: new files
| * man/Makefile.am (dist_man_MANS): add autolib.1
| (man_aux): add autolib.x
| * tests/Makefile.am (check_SCRIPTS): add autolib
| (TESTSUITE_HAND_AT): add autolib.at
| * tests/atspecific.m4 (AT_CHECK_AUTOLIB): new macro
| * tests/autolib.at: new file
| * tests/suite.at: include it
| * tests/tools.at: check autolib.in's syntax
| * tests/wrapper.as: export AUTOLIB_LIBDIR
Man! I've not read it into the details yet, but it seems to be the
object of my dreams :) You're reading in my mind!