2005-02-22 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <simon@josefsson.org>
Wed, 23 Feb 2005 23:31:39 +0000 (23:31 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 23 Feb 2005 23:31:39 +0000 (23:31 +0000)
* iconvme.m4: New file.

m4/ChangeLog
m4/iconvme.m4 [new file with mode: 0644]

index 00767b2..4ff3e89 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-22  Simon Josefsson  <jas@extundo.com>
+
+       * iconvme.m4: New file.
+
 2005-02-23  Jim Meyering  <jim@meyering.net>
 
        * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
diff --git a/m4/iconvme.m4 b/m4/iconvme.m4
new file mode 100644 (file)
index 0000000..5eb19da
--- /dev/null
@@ -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])
+])