From 62d9978140437a8edc877b80eacfe7db99ac5513 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Jul 2005 08:03:56 +0000 Subject: Fix a problem noted by James Youngman: VPATH-style builds don't work because of po file problems. --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 72c7c2244..eff5e0a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2005-07-15 Paul Eggert +2005-07-18 Paul Eggert * Version 5.3.1. + Fix a problem noted by James Youngman: VPATH-style builds don't + work because of po file problems. + * src/Makefile.am (BUILT_SOURCES): Remove false.c. + (false.c): Remove; it's now a source file. + * src/false.c: New file. + * src/true.c (EXIT_STATUS): New macro. + (PROGRAM_NAME, usage): Behave like "false" if EXIT_STATUS indicates. + (usage): Remove "These option names may not be abbreviated." + +2005-07-15 Paul Eggert + * src/nohup.c (main): Don't worry about POSIXLY_CORRECT. Today's Austin Group Minutes says that the GNU behavior will be put forward as proposed text for a future revision. -- cgit v1.2.3-54-g00ecf