summaryrefslogtreecommitdiff
path: root/m4/absolute-header.m4
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/absolute-header.m4
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/absolute-header.m4')
-rw-r--r--m4/absolute-header.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/absolute-header.m4 b/m4/absolute-header.m4
index 6cf5c1512..6f0fd2aa7 100644
--- a/m4/absolute-header.m4
+++ b/m4/absolute-header.m4
@@ -1,4 +1,4 @@
-# absolute-header.m4 serial 4
+# absolute-header.m4 serial 5
dnl Copyright (C) 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -36,7 +36,7 @@ sed -n '\#/]m4_quote(m4_defn([gl_HEADER_NAME]))[#{s#.*"\(.*/]m4_quote(m4_defn([g
AS_VAR_POPDEF([ac_header_exists])dnl
])dnl
AC_DEFINE_UNQUOTED(AS_TR_CPP([ABSOLUTE_]m4_quote(m4_defn([gl_HEADER_NAME]))),
- [<AS_VAR_GET(gl_absolute_header)>],
+ ["AS_VAR_GET(gl_absolute_header)"],
[Define this to an absolute name of <]m4_quote(m4_defn([gl_HEADER_NAME]))[>.])
AS_VAR_POPDEF([gl_absolute_header])dnl
])dnl