aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9aa7dd8a58..d5ab34f6252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
3 * configure.in (x_libraries): Remove standard 64-bit directories - 3 * configure.in (x_libraries): Remove standard 64-bit directories -
4 experimental workaround for minor autoconf bug. 4 experimental workaround for minor autoconf bug.
5 5
6 * configure.in (--without-makeinfo): New option. If set,
7 absence of suitable makeinfo is not a fatal error.
8 * Makefile.in (MAKEINFO): New, set by configure.
9 (install-arch-indep): Without makeinfo, ignore any missing manuals.
10 (info-real): New target.
11 (info): Without makeinfo, do nothing, else call `info-real'.
12
62008-04-23 Dan Nicolaescu <dann@ics.uci.edu> 132008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7 14
8 * configure.in: Remove hpux10.20 from the desupported list. 15 * configure.in: Remove hpux10.20 from the desupported list.