diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2010-02-17 16:39:58 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2010-04-12 16:27:55 +0200 |
commit | 7fa8417c05f8d56b0c6b09412be7a52c30212c32 (patch) | |
tree | d945113753e3b2c8c3560cf0bd5466e18cb8345d /lib | |
parent | 8d5ea52c7a41f56c296baab0fe23392d38263393 (diff) | |
download | patch-7fa8417c05f8d56b0c6b09412be7a52c30212c32.tar.gz |
Convert to automake and use a git submodule for gnulib
* configure.ac: Add automake and gnulib macros, replace several
obsolete macros.
* Makefile.am, lib/Makefile.am, src/Makefile.am, tests/Makefile.am:
Add for automake.
* autogen.sh, INSTALL, Makefile.in, mkinstalldirs, update-version.sh:
Obsolete; remove.
* README-hacking: Import from diffutils, replace cvs with git.
* build-aux: Move gnulib auxiliary files here from the top-level
directory.
* gnulib: Add gnulib git submodule.
* bootstrap, bootstrap.conf: Import from gnulib and adjust.
* gl/lib: Remove gnulib files from the repository; they are now
imported into lib/ from gnulib as needed.
* tests/test-lib.sh: Use $abs_top_builddir exported from
tests/Makefile.am here instead of $PWD.
* m4/utimbuf.m4: This macro has been removed from gnulib. Add it here
for now; this will be replaced by gnulib's utimens module soon.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..3ef031d --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,3 @@ +## Process this file with automake to produce Makefile.in. + +include gnulib.mk |