bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] argp.m4 fix


From: Simon Josefsson
Subject: [Bug-gnulib] argp.m4 fix
Date: Fri, 10 Oct 2003 20:15:21 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Building using Sun Forte 7 CC revealed some problems.  Patches to the
code itself will be sent to libc-alpha.

2003-10-10  Simon Josefsson  <address@hidden>

        * argp.m4: Add AC_C_INLINE.

Index: argp.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/argp.m4,v
retrieving revision 1.1
diff -u -p -u -w -r1.1 argp.m4
--- argp.m4     18 Aug 2003 17:01:23 -0000      1.1
+++ argp.m4     10 Oct 2003 18:11:23 -0000
@@ -1,4 +1,4 @@
-# argp.m4 serial 1
+# argp.m4 serial 2
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -10,4 +10,5 @@ AC_DEFUN([gl_ARGP],
 [
   AC_CHECK_HEADERS([argp.h linewrap.h])
   AC_CHECK_FUNCS(argp_parse)
+  AC_REQUIRE([AC_C_INLINE])
 ])

2003-10-10  Simon Josefsson  <address@hidden>

        * modules/argp (Depends-on): Add restrict and strcase.

Index: argp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/argp,v
retrieving revision 1.2
diff -u -p -u -w -r1.2 argp
--- argp        18 Aug 2003 17:03:09 -0000      1.2
+++ argp        10 Oct 2003 18:12:17 -0000
@@ -23,6 +23,8 @@ strchrnul
 sysexits
 mempcpy
 strndup
+restrict
+strcase
 
 configure.ac:
 gl_ARGP





reply via email to

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