* configure.ac (ASCPPPOST): Simplify to use just 'sed'.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2006 00:03:17 +0000 (00:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2006 00:03:17 +0000 (00:03 +0000)
commit7cf581dde321e37cfe5fa5fa8ea491310da65ca3
tree102e3efc229a2ab24177d21e28f78af02810e613
parentc7ed171116c0d28bcca95438a8402542e136ad23
* configure.ac (ASCPPPOST): Simplify to use just 'sed'.
* lib/Makefile.am (match.$(OBJEXT)): Check for CPP failure.

2006-12-11  Bruno Haible  <bruno@clisp.org>

Cross-compilation support.
* configure.ac (ASCPP): Remove substituted variable.
(ASCPPPOST, ASCPPFLAGS): New substituted variables.
* lib/Makefile.am (ASCPP, LN_S): Remove unnecessary macro definitions.
(match.$(OBJEXT)): Use CPP, ASCPPFLAGS, ASCPPPOST instead of ASCPP.
* configure.ac: Add test for chown function.
* gzip.c (treat_file) [!HAVE_CHOWN]: Don't call chown.
* gzip.c: Include "timespec.h".  This doesn't fix any bugs, but
it is clearer.

2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
ChangeLog
configure.ac
gzip.c
lib/Makefile.am