Use gnulib
commit88b1d8ae3d489a1df5d687a3422627d8cfc31f7b
authorJim Meyering <meyering@redhat.com>
Thu, 30 Sep 2010 14:44:11 +0000 (30 16:44 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 15 Dec 2010 21:08:46 +0000 (15 22:08 +0100)
tree5211c1a0a217a014d0c1be277e5c83069c806992
parentdf00ac3954bf66d4f6026f6dc787514f6e76a96c
Use gnulib

Add gnulib as a submodule.
Move ax/*.m4 to m4/*.
* bootstrap: New file.  Copied from gnulib.
Fill in blanks in bootstrap.conf template.
New file, cfg.mk, is very similar to what's used in other projects.
* configure.ac: use gl_INIT and gl_EARLY, per documentation.
Generate a Makefile for each of the new lib/ and gnulib-tests/
directories.
* Makefile.am (SUBDIRS): Update so we build in lib before "."
and so that "make check" runs the tests in gnulib-tests.
* rest.c: Do not hard-code 1.0 as version number.
* .gitignore: Ignore gnulib-tests.
18 files changed:
.gitignore
.gitmodules [new file with mode: 0644]
INSTALL [deleted file]
Makefile.am
bootstrap [new file with mode: 0755]
bootstrap.conf [new file with mode: 0644]
cfg.mk [new file with mode: 0644]
configure.ac
doc/.gitignore [new file with mode: 0644]
gnulib [new submodule]
gnulib-tests/.gitignore [new file with mode: 0644]
gnulib-tests/Makefile.am [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
m4/ax_boost_base.m4 [moved from ax/ax_boost_base.m4 with 100% similarity]
m4/ax_boost_system.m4 [moved from ax/ax_boost_system.m4 with 100% similarity]
m4/ax_boost_thread.m4 [moved from ax/ax_boost_thread.m4 with 100% similarity]
rest.c