changeset 11573:4a1efe0c0f58

maint.mk: Give gnulib_dir a default definition. * top/maint.mk (gnulib_dir): Define to 'gnulib', by default. Thus, most packages no longer need to specify this variable in cfg.mk
author Jim Meyering <meyering@redhat.com>
date Fri, 15 May 2009 15:00:44 +0200
parents 2f667e46a876
children 41f48f2ba75c
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-15  Jim Meyering  <meyering@redhat.com>
+
+	maint.mk: Give gnulib_dir a default definition.
+	* top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
+	Thus, most packages no longer need to specify this variable in cfg.mk
+
 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
 
 	rename.m4: fix typos that would make non-mingw cross-configure fail
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -638,6 +638,7 @@
 
 rel-files = $(DIST_ARCHIVES)
 
+gnulib_dir ?= gnulib
 gnulib-version = $$(cd $(gnulib_dir) && git describe)
 bootstrap-tools ?= autoconf,automake,gnulib