cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/m4 ChangeLog full-header-path.m4 longdoubl...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/m4 ChangeLog full-header-path.m4 longdoubl...
Date: Wed, 19 Apr 2006 16:49:25 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/04/19 16:49:25

Modified files:
        m4             : ChangeLog full-header-path.m4 longdouble.m4 

Log message:
        * full-header-path.m4, longdouble.m4: Update from GNULIB.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/ChangeLog.diff?tr1=1.162&tr2=1.163&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/full-header-path.m4.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/longdouble.m4.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: ccvs/m4/ChangeLog
diff -u ccvs/m4/ChangeLog:1.162 ccvs/m4/ChangeLog:1.163
--- ccvs/m4/ChangeLog:1.162     Thu Apr 13 15:32:28 2006
+++ ccvs/m4/ChangeLog   Wed Apr 19 16:49:25 2006
@@ -1,3 +1,7 @@
+2006-04-19  Derek Price  <address@hidden>
+
+       * full-header-path.m4, longdouble.m4: Update from GNULIB.
+
 2006-04-13  Derek Price  <address@hidden>
 
        * full-header-path.m4: Use correct cache var for HAVE_INCLUDE_NEXT.
Index: ccvs/m4/full-header-path.m4
diff -u ccvs/m4/full-header-path.m4:1.2 ccvs/m4/full-header-path.m4:1.3
--- ccvs/m4/full-header-path.m4:1.2     Thu Apr 13 15:32:28 2006
+++ ccvs/m4/full-header-path.m4 Wed Apr 19 16:49:25 2006
@@ -11,9 +11,9 @@
 # Find the full path to a header file, when the #include_next directive
 # doesn't work and the header exists in the first place.  If the header were
 # sys/inttypes.h (and it existed and #include_next didn't work), this macro
-# would define FULL_PATH_SYS_INTTYPES_H to the quoted full path to
+# would define FULL_PATH_SYS_INTTYPES_H to the `<>' quoted full path to
 # sys/inttypes.h in config.h
-# (e.g. `#define FULL_PATH_SYS_INTTYPES_H "/usr/include/sys/inttypes.h"').
+# (e.g. `#define FULL_PATH_SYS_INTTYPES_H </usr/include/sys/inttypes.h>').
 AC_DEFUN([gl_FULL_HEADER_PATH],
 [AC_LANG_PREPROC_REQUIRE()dnl
 AC_REQUIRE([gl_INCLUDE_NEXT])dnl
@@ -36,10 +36,8 @@
     fi
     AS_VAR_POPDEF([ac_header_exists])dnl
     ])dnl
-  AC_DEFINE_UNQUOTED([FULL_PATH_]m4_quote(translit(m4_defn([gl_HEADER_NAME]),
-                                                   
[-./abcdefghijklmnopqrstuvwxyz],
-                                                   
[___ABCDEFGHIJKLMNOPQRSTUVWXYZ])),
-                     ["AS_VAR_GET(gl_full_header_path)"],
+  
AC_DEFINE_UNQUOTED(AS_TR_CPP([FULL_PATH_]m4_quote(m4_defn([gl_HEADER_NAME]))),
+                     [<AS_VAR_GET(gl_full_header_path)>],
                      [Define this to the full path to 
<]m4_quote(m4_defn([gl_HEADER_NAME]))[>.])
   AS_VAR_POPDEF([gl_full_header_path])dnl
 ])dnl
Index: ccvs/m4/longdouble.m4
diff -u ccvs/m4/longdouble.m4:1.2 ccvs/m4/longdouble.m4:1.3
--- ccvs/m4/longdouble.m4:1.2   Tue Mar  1 18:15:07 2005
+++ ccvs/m4/longdouble.m4       Wed Apr 19 16:49:25 2006
@@ -1,5 +1,5 @@
-# longdouble.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+# longdouble.m4 serial 2 (gettext-0.15)
+dnl Copyright (C) 2002-2003, 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,
 dnl with or without modifications, as long as this notice is preserved.
@@ -8,6 +8,9 @@
 dnl Test whether the compiler supports the 'long double' type.
 dnl Prerequisite: AC_PROG_CC
 
+dnl This file is only needed in autoconf <= 2.59.  Newer versions of autoconf
+dnl have a macro AC_TYPE_LONG_DOUBLE with identical semantics.
+
 AC_DEFUN([gt_TYPE_LONGDOUBLE],
 [
   AC_CACHE_CHECK([for long double], gt_cv_c_long_double,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]