summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-10 04:37:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-10 04:37:33 +0000
commit6e1e9cd9b44bd65d2776fbefa8affe70df07726a (patch)
tree4aeec42110bfa1c561551f0c495a99237a91e8b6 /m4/ChangeLog
parent86f86c121b3375fc9a36d4c8bcc108ad7503ccbf (diff)
downloadcoreutils-6e1e9cd9b44bd65d2776fbefa8affe70df07726a.tar.xz
(gl_ABSOLUTE_HEADER): Use "" rather than <>
around the absolute name, to work around a problem with the HP-UX 11.23 native C compiler, reported by Bob Proulx.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index f3b3294c1..8e444ebde 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
+ * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
+ around the absolute name, to work around a problem with the HP-UX
+ 11.23 native C compiler, reported by Bob Proulx.
+
Update from gnulib, as follows:
2006-07-06 Derek R. Price <derek@ximbiot.com>