summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-01-21 18:51:29 -0500
committerJoel E. Denny <jdenny@clemson.edu>2010-01-21 18:52:49 -0500
commit97d520633b611829cbd867aec5479e8a9a2759a7 (patch)
tree90fcdc720fd01224c334d82b5a12946293ad9fd6
parentaf8a609a90c48d1a7e6ea9e31dba4fbad6c7fbed (diff)
downloadbison-97d520633b611829cbd867aec5479e8a9a2759a7.tar.gz
* cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
-rw-r--r--ChangeLog4
-rw-r--r--cfg.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54ac2e18..bbc0b481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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>
+
maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.
* HACKING (Release Procedure): Update notes on copyright years.
* Makefile.am (update-package-copyright-year): New target rule.
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