From bc4997d3dda225ff61dc9377b14aea626d9996b1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Aug 2003 17:01:23 +0000 Subject: [PATCH] Part of 'argp' module. --- m4/ChangeLog | 4 ++++ m4/argp.m4 | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 m4/argp.m4 diff --git a/m4/ChangeLog b/m4/ChangeLog index 7c569521f1..2fcbade8b3 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2003-08-17 Simon Josefsson + + * argp.m4: New file. + 2003-08-17 Simon Josefsson * xstrndup.m4: New file. diff --git a/m4/argp.m4 b/m4/argp.m4 new file mode 100644 index 0000000000..fc81004164 --- /dev/null +++ b/m4/argp.m4 @@ -0,0 +1,13 @@ +# 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) +]) -- 2.30.2