From 59bc11d6c44ee9d8a63a9f5adde8111d1b86882c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 10 Jul 2006 04:37:09 +0000 Subject: [PATCH] * 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. --- m4/ChangeLog | 6 ++++++ m4/absolute-header.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index f27da9a0b..158ad55f7 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2006-07-09 Paul Eggert + + * 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. + 2006-07-09 Jim Meyering * glob.m4: Remove a doubled word in a comment. 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)"], [Define this to an absolute name of <]m4_quote(m4_defn([gl_HEADER_NAME]))[>.]) AS_VAR_POPDEF([gl_absolute_header])dnl ])dnl -- 2.11.0