* cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.

(cherry picked from commit 97d520633b)
This commit is contained in:
Joel E. Denny
2010-01-21 18:51:29 -05:00
parent 80b70223b1
commit d6e40cba9d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-01-21 Joel E. Denny <jdenny@clemson.edu>
* cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
2010-01-21 Joel E. Denny <jdenny@clemson.edu> 2010-01-21 Joel E. Denny <jdenny@clemson.edu>
maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it. maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.

2
cfg.mk
View File

@@ -39,7 +39,7 @@ local-checks-to-skip = changelog-check
# The local directory containing the checked-out copy of gnulib used in # The local directory containing the checked-out copy of gnulib used in
# this release. Used solely to get a date for the "announcement" target. # this release. Used solely to get a date for the "announcement" target.
gnulib_dir = $(srcdir)/../../gnulib gnulib_dir = $(srcdir)/gnulib
bootstrap-tools = autoconf,automake,flex,gnulib bootstrap-tools = autoconf,automake,flex,gnulib