Enable gnulib-tool's --with-tests option.
authorJim Meyering <meyering@redhat.com>
Sat, 10 Nov 2007 17:33:07 +0000 (18:33 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 14 Nov 2007 19:35:34 +0000 (20:35 +0100)
commitc369e79c60843d0c14d6a507016d347e40dcb7c0
treea283b92dfd3df97a1dba697870ab54370fe3f865
parent080ac7785071c7f135711a39e57c71d9057d9bd7
Enable gnulib-tool's --with-tests option.

* bootstrap: After all is done, transform the generated gnulib-tests/gnulib.mk.
* bootstrap.conf (gnulib_tool_option_extras): Set it here.
* gnulib-tests/Makefile.am: New file.
* Makefile.am (SUBDIRS): Add gnulib-tests.
* configure.ac (AC_CONFIG_FILES): Add gnulib-tests/Makefile.
* m4/jm-macros.m4 (coreutils_MACROS) [ARGMATCH_DIE_DECL]: Omit the
"extern " prefix to "void usage ()", so that the macro string value can
be used to construct a function definition in gnulib's test-argmatch.c.
ChangeLog
Makefile.am
bootstrap
bootstrap.conf
configure.ac
gnulib-tests/Makefile.am [new file with mode: 0644]
m4/jm-macros.m4