Paul Eggert <[EMAIL PROTECTED]> wrote:
> Thanks for your suggestions, which were all right on the money.
> I installed the following patch, which incorporates them.
>
> 2006-08-29 Paul Eggert <[EMAIL PROTECTED]>
>
> * modules/configmake (Makefile.am): Add a comment, and omit
> the CONFIGMAKE_ prefix from generated macro names. Suggested
> by Bruno Haible.
Here's one more little change I've applied. Without it, rerunning
coreutils' bootstrap and building would not update a stale copy of
configmake.h, containing the now-invalid CONFIGMAKE_ prefixes.
2006-08-29 Jim Meyering <[EMAIL PROTECTED]>
* modules/configmake (Makefile.am): Make configmake.h depend on
Makefile. Otherwise, a stale configmake.h could hang around.
Index: modules/configmake
===================================================================
RCS file: /sources/gnulib/gnulib/modules/configmake,v
retrieving revision 1.2
diff -u -r1.2 configmake
--- modules/configmake 29 Aug 2006 14:25:00 -0000 1.2
+++ modules/configmake 29 Aug 2006 15:37:27 -0000
@@ -23,7 +23,7 @@
# Another advantage is that 'make' output is shorter.
#
# Listed in the same order as the GNU makefile conventions.
-configmake.h:
+configmake.h: Makefile
( \
echo '#define PREFIX "$(prefix)"'; \
echo '#define EXEC_PREFIX "$(exec_prefix)"'; \