libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/gl/m4


From: libidn-commit
Subject: CVS libidn/gl/m4
Date: Wed, 05 Jan 2005 02:43:35 +0100

Update of /home/cvs/libidn/gl/m4
In directory dopio:/tmp/cvs-serv11629/gl/m4

Modified Files:
        gnulib.m4 
Added Files:
        iconvme.m4 
Log Message:
Add iconvme from gnulib.

--- /home/cvs/libidn/gl/m4/gnulib.m4    2004/10/02 18:06:10     1.5
+++ /home/cvs/libidn/gl/m4/gnulib.m4    2005/01/05 01:43:35     1.6
@@ -8,7 +8,7 @@
 # Generated by gnulib-tool.
 #
 # Invoked as: gnulib-tool --import
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool --lgpl dummy error getopt gettext strdup
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool --lgpl dummy error getopt gettext iconv iconvme strdup
 
 AC_DEFUN([gl_EARLY],
 [
@@ -19,6 +19,8 @@
   gl_ERROR
   gl_GETOPT
   dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
+  AM_ICONV
+  gl_ICONVME
   gl_FUNC_STRDUP
 ])
 

--- /home/cvs/libidn/gl/m4/iconvme.m4   2005/01/05 01:43:35     NONE
+++ /home/cvs/libidn/gl/m4/iconvme.m4   2005/01/05 01:43:35     1.1
# 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])
])




reply via email to

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