-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Eric Blake on 3/20/2008 7:20 AM:
| Here's stage 1 for the gnulib side - picking up useful tricks from
| coreutils into gnulib's copy. I'd still like to consider splitting the
| module, and implementing gnulib-tool hooks to recognize top/GNUmakefile in
| a module description as a request to install the file in '.', regardless
| of whether build-aux is '.' or a subdirectory.
What do you think of applying this as stage 2?
- --
Don't work too hard, make some time for fun as well!
Eric Blake [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkfiZhQACgkQ84KuGfSFAYC0LwCcDyN+u/1/DiW+Thtf74IQfvFu
9/MAoNKzLn8xC97MBBZ/9rIukG48GjXx
=8fV+
-----END PGP SIGNATURE-----
>From e9960277629052a44f3e7e40b1dea45f612a4022 Mon Sep 17 00:00:00 2001
From: Eric Blake <[EMAIL PROTECTED]>
Date: Thu, 20 Mar 2008 07:25:24 -0600
Subject: [PATCH] Fix dependencies of last patch.
* modules/maintainer-makefile (Depends-on): Add git-version-gen.
* NEWS: Document the interface change.
Signed-off-by: Eric Blake <[EMAIL PROTECTED]>
---
ChangeLog | 4 ++++
NEWS | 7 +++++++
modules/maintainer-makefile | 3 +++
3 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 85d2587..c1012e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-20 Eric Blake <[EMAIL PROTECTED]>
+ Fix dependencies of last patch.
+ * modules/maintainer-makefile (Depends-on): Add git-version-gen.
+ * NEWS: Document the interface change.
+
Sync GNUmakefile with coreutils.
* build-aux/GNUmakefile (have-Makefile): Rename...
(_have-Makefile): ...to this, for namespace consideration.
diff --git a/NEWS b/NEWS
index 95ca64a..a4cfa6d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,13 @@ User visible incompatible changes
Date Modules Changes
+2008-03-20 maintainer-makefile
+ GNUmakefile now looks for cfg.mk, rather than
+ maint-cfg.mk. It also depends on git-version-gen,
+ so you should use this version in your AC_INIT:
+ m4_esyscmd([build-aux/git-version-gen
.tarball-version])
+
+
2008-03-06 freadahead The return value's computation has changed. It
now increases by 1 after ungetc.
diff --git a/modules/maintainer-makefile b/modules/maintainer-makefile
index f35cd23..d840abf 100644
--- a/modules/maintainer-makefile
+++ b/modules/maintainer-makefile
@@ -5,6 +5,9 @@ Files:
build-aux/GNUmakefile
build-aux/maint.mk
+Depends-on:
+git-version-gen
+
License:
GPLed build tool
--
1.5.4