]> Dogcows Code - chaz/tar/commitdiff
Invoke AM_ICONV, to define ICONV_CONST if needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Feb 2004 22:31:20 +0000 (22:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Feb 2004 22:31:20 +0000 (22:31 +0000)
ChangeLog
configure.ac

index 957b038845141490d050e22f55054e4b5c96c40b..adf0e68967a6f667d06016504e73c31dab63cf37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
+2004-02-23  Paul Eggert  <eggert@twinsun.com>
+
+       * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.
+
 2004-02-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
+       1.13.93 released.
+
        * NEWS: Updated
        * tests/before: Move testing of the prerequisite archive formats
        to the separate function 'prereq'. Do not expect any arguments
index da831ea0a65472343f1eea88b567d520e0c13252..2e7d86147270f4303ceabb2fd69b3a85f0362133 100644 (file)
@@ -273,6 +273,7 @@ AM_GNU_GETTEXT([external], [need-ngettext])
 AM_GNU_GETTEXT_VERSION(0.12.1)
 
 # Iconv
+AM_ICONV
 AC_CHECK_HEADERS(iconv.h,
                  [AC_CHECK_TYPE(iconv_t,:,
                                 AC_DEFINE(iconv_t, int,
This page took 0.02883 seconds and 4 git commands to generate.