From 53b8fa05726a7fb30010e42ce02e44a35f0d7489 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 31 Dec 2002 13:42:06 +0000 Subject: An autoconf macro for its associated module. --- m4/readtokens.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 m4/readtokens.m4 (limited to 'm4/readtokens.m4') diff --git a/m4/readtokens.m4 b/m4/readtokens.m4 new file mode 100644 index 0000000000..3f97474af7 --- /dev/null +++ b/m4/readtokens.m4 @@ -0,0 +1,14 @@ +# readtokens.m4 serial 1 +dnl Copyright (C) 2002 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_READTOKENS], +[ + dnl Prerequisites of lib/readtokens.c. + AC_REQUIRE([AC_HEADER_STDC]) + AC_CHECK_HEADERS_ONCE(memory.h string.h) +]) -- cgit v1.2.1