summaryrefslogtreecommitdiff
path: root/Build/source/m4/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/m4/ChangeLog')
-rw-r--r--Build/source/m4/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/m4/ChangeLog b/Build/source/m4/ChangeLog
index 2dd0e21e50c..d8e2d2d11a8 100644
--- a/Build/source/m4/ChangeLog
+++ b/Build/source/m4/ChangeLog
@@ -1,3 +1,12 @@
+2017-02-17 Karl Berry <karl@freefriends.org>
+
+ * kpse-setup.m4 (_KPSE_RECURSE): do not add a package to
+ CONF_SUBDIRS if --disable-PKG was given. Thus, the directory for a
+ disabled package will no longer be descended into at all, as if it
+ were nonexistent. This way, if a package's configure causes
+ problems on some systems (like dvisvgm v2's new requirement for
+ C++11), --disable-PKG can be given and work can go on.
+
2016-03-07 Karl Berry <karl@tug.org>
* kpse-pkgs (KPSE_UTILS_PKGS): add autosp.
@@ -440,3 +449,5 @@
2009-08-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* kpse-warnings.m4: Implement Objective C compiler warnings.
+
+(This file public domain.)