From: Simon Josefsson Date: Wed, 23 Feb 2005 23:31:39 +0000 (+0000) Subject: 2005-02-22 Simon Josefsson X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3f1038821fd823a8c29a14034b7f29efab7bd6;p=pspp 2005-02-22 Simon Josefsson * iconvme.m4: New file. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 00767b27fb..4ff3e89109 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2005-02-22 Simon Josefsson + + * iconvme.m4: New file. + 2005-02-23 Jim Meyering * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change. diff --git a/m4/iconvme.m4 b/m4/iconvme.m4 new file mode 100644 index 0000000000..5eb19da8b9 --- /dev/null +++ b/m4/iconvme.m4 @@ -0,0 +1,17 @@ +# iconvme.m4 serial 1 +dnl Copyright (C) 2004 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_ICONVME], +[ + gl_PREREQ_ICONVME +]) + +# Prerequisites of lib/iconvme.c. +AC_DEFUN([gl_PREREQ_ICONVME], [ + AC_REQUIRE([AM_ICONV]) +])