bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] localcharset addition


From: Jim Meyering
Subject: [Bug-gnulib] localcharset addition
Date: Tue, 20 Apr 2004 09:21:18 +0200

Since the change I just sent relies on free working even
when its argument is NULL, you'd also need this change:

2004-04-20  Jim Meyering  <address@hidden>

        * localcharset.m4: Require gl_FUNC_FREE.

Index: m4/localcharset.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/localcharset.m4,v
retrieving revision 1.2
diff -u -p -r1.2 localcharset.m4
--- m4/localcharset.m4  18 Apr 2004 18:12:50 -0000      1.2
+++ m4/localcharset.m4  20 Apr 2004 07:20:46 -0000
@@ -1,5 +1,5 @@
 # localcharset.m4 serial 2
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+dnl Copyright (C) 2002, 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
@@ -16,4 +16,5 @@ AC_DEFUN([gl_LOCALCHARSET],
   dnl Prerequisites of the lib/Makefile.am snippet.
   AC_REQUIRE([AC_CANONICAL_HOST])
   AC_REQUIRE([gl_GLIBC21])
+  AC_REQUIRE([gl_FUNC_FREE])
 ])




reply via email to

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