maint.mk: Give gnulib_dir a default definition.
authorJim Meyering <meyering@redhat.com>
Fri, 15 May 2009 13:00:44 +0000 (15:00 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 15 May 2009 13:00:44 +0000 (15:00 +0200)
* top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
Thus, most packages no longer need to specify this variable in cfg.mk

ChangeLog
top/maint.mk

index 0f57d23..da51211 100644 (file)
--- 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
 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
 
        rename.m4: fix typos that would make non-mingw cross-configure fail
index 4e48476..d49a092 100644 (file)
@@ -638,6 +638,7 @@ built_programs = $$(cd src && MAKEFLAGS= $(MAKE) -s built_programs.list)
 
 rel-files = $(DIST_ARCHIVES)
 
 
 rel-files = $(DIST_ARCHIVES)
 
+gnulib_dir ?= gnulib
 gnulib-version = $$(cd $(gnulib_dir) && git describe)
 bootstrap-tools ?= autoconf,automake,gnulib
 
 gnulib-version = $$(cd $(gnulib_dir) && git describe)
 bootstrap-tools ?= autoconf,automake,gnulib