]> Dogcows Code - chaz/tar/commit
Port to latest gnulib. There were a lot of changes, so the
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Nov 2006 00:14:10 +0000 (00:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Nov 2006 00:14:10 +0000 (00:14 +0000)
commitc930802f313aa29b479edc6f9782897db608ce64
tree5f7c88c6569b261b822781ba85a66f7b8ff02ce9
parentca14885884b5ca211624809e1e8539ec5a028b10
Port to latest gnulib.  There were a lot of changes, so the
simplest way to get this up and running was to switch to coreutils
bootstrap procedure.  I noticed one feature missing after this
merge: the ability to update a single .po file.  I can add that
later if need be.
* README-cvs, bootstrap.conf: New files.
* lib/.cvsignore: Remove Makefile.am, printf-parse.c, vasnprintf.c.
* lib/printf-parse.c, lib/vasnprintf.c: New files, from coreutils,
to override gnulib, so that we don't need xsize.h.
* bootstrap: Replace with coreutils bootstrap, except add support
for paxutils.
* configure.ac (gl_USE_SYSTEM_EXTENSIONS): Remove, as gl_EARLY now
does this.
(gl_EARLY, gl_INIT): Add.
(tar_GNULIB): Remove.
* gnulib.modules: Add configmake.
* lib/Makefile.tmpl: Remove, replacing with....
* lib/Makefile.am: New file.
* src/Makefile.am (tar.o): Remove dependency: Automake does this
for us.
* src/tar.c: Include <configmake.h> and <rmt-command.h>, not
<localedir.h>.
13 files changed:
ChangeLog
README-cvs [new file with mode: 0644]
bootstrap
bootstrap.conf [new file with mode: 0644]
configure.ac
gnulib.modules
lib/.cvsignore
lib/Makefile.am [new file with mode: 0644]
lib/Makefile.tmpl [deleted file]
lib/printf-parse.c [new file with mode: 0644]
lib/vasnprintf.c [new file with mode: 0644]
src/Makefile.am
src/tar.c
This page took 0.023162 seconds and 4 git commands to generate.