bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] Re: argp.m4 missing


From: Simon Josefsson
Subject: [Bug-gnulib] Re: argp.m4 missing
Date: Sun, 17 Aug 2003 19:03:54 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Hi Simon,
>
> The modules/argp file says that there should be a file m4/argp.m4 that defines
> AC_FUNC_ARGP. Can you send it?

The argp stuff is not finished yet (latest version of patch sent to
libc-alpha), so the following may need to be modified.  Still, it is
what I'm using, and it works on the 15 or so systems my buildbot use.

The argp modules must be modified too, to add some more prerequisites,
and to change the AC_FUNC_ARGP name into gl_ARGP as previous
discussed.

Thanks.

2003-08-17  Simon Josefsson  <address@hidden>

        * argp.m4: New file.

# argp.m4 serial 1
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
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.

AC_DEFUN([gl_ARGP],
[
  AC_CHECK_HEADERS([argp.h linewrap.h])
  AC_CHECK_FUNCS(argp_parse)
])

2003-08-17  Simon Josefsson  <address@hidden>

        * modules/argp: Fix autoconf macro name.  Add more dependencies.

Index: argp
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/argp,v
retrieving revision 1.1
diff -u -p -u -w -r1.1 argp
--- argp        10 Jun 2003 11:29:45 -0000      1.1
+++ argp        17 Aug 2003 16:59:54 -0000
@@ -19,9 +19,13 @@ m4/argp.m4
 Depends-on:
 alloca
 getopt
+strchrnul
+sysexits
+mempcpy
+strndup
 
 configure.ac:
-AC_FUNC_ARGP
+gl_ARGP
 
 Makefile.am:
 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
@@ -33,4 +37,3 @@ Include:
 
 Maintainer:
 Simon Josefsson, glibc
-





reply via email to

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