From: Joel E. Denny Date: Thu, 21 Jan 2010 23:51:29 +0000 (-0500) Subject: * cfg.mk (gnulib_dir): Assume gnulib is a subdirectory. X-Git-Tag: v2.4.1a~2 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/97d520633b611829cbd867aec5479e8a9a2759a7 * cfg.mk (gnulib_dir): Assume gnulib is a subdirectory. --- diff --git a/ChangeLog b/ChangeLog index 54ac2e18..bbc0b481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-21 Joel E. Denny + + * cfg.mk (gnulib_dir): Assume gnulib is a subdirectory. + 2010-01-21 Joel E. Denny maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it. diff --git a/cfg.mk b/cfg.mk index 4ecb8e22..8774d0e6 100644 --- a/cfg.mk +++ b/cfg.mk @@ -39,7 +39,7 @@ local-checks-to-skip = changelog-check # The local directory containing the checked-out copy of gnulib used in # 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