]> Savannah Git Hosting - gnulib.git/commit
libposix: raw files to import an installable libposix project
authorGary V. Vaughan <gary@gnu.org>
Mon, 11 Oct 2010 12:19:49 +0000 (19:19 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 12 Oct 2010 12:10:19 +0000 (19:10 +0700)
commiteb070b3d1516e35e7359e18d048ef70bf0358678
tree2d68d2342d0de913b3467cfa578a006b443cc238
parent328513b3a6d6612984b1931ab27466e27014e022
libposix: raw files to import an installable libposix project

* libposix/bootstrap: New script to import gnulib posix modules
and bootstrap configury so that the result is an installable
libposix.la.
* libposix/configure.ac: New file to configure the new libposix
subdirectory.
* libposix/Makefile.am: New file to delegate build duties to the
generated libposix/lib/Makefile at make time.
* libposix/lib/Makefile.am: New file to make sure `-version-info'
is passed to libtool at libposix.la link-time.
ChangeLog
libposix/.gitignore [new file with mode: 0644]
libposix/Makefile.am [new file with mode: 0644]
libposix/bootstrap [new file with mode: 0755]
libposix/configure.ac [new file with mode: 0644]
libposix/lib/Makefile.am [new file with mode: 0644]