Invoke AM_ICONV, to define ICONV_CONST if needed.
This commit is contained in:
@@ -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>
|
2004-02-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
|
||||||
|
|
||||||
|
1.13.93 released.
|
||||||
|
|
||||||
* NEWS: Updated
|
* NEWS: Updated
|
||||||
* tests/before: Move testing of the prerequisite archive formats
|
* tests/before: Move testing of the prerequisite archive formats
|
||||||
to the separate function 'prereq'. Do not expect any arguments
|
to the separate function 'prereq'. Do not expect any arguments
|
||||||
|
|||||||
@@ -273,6 +273,7 @@ AM_GNU_GETTEXT([external], [need-ngettext])
|
|||||||
AM_GNU_GETTEXT_VERSION(0.12.1)
|
AM_GNU_GETTEXT_VERSION(0.12.1)
|
||||||
|
|
||||||
# Iconv
|
# Iconv
|
||||||
|
AM_ICONV
|
||||||
AC_CHECK_HEADERS(iconv.h,
|
AC_CHECK_HEADERS(iconv.h,
|
||||||
[AC_CHECK_TYPE(iconv_t,:,
|
[AC_CHECK_TYPE(iconv_t,:,
|
||||||
AC_DEFINE(iconv_t, int,
|
AC_DEFINE(iconv_t, int,
|
||||||
|
|||||||
Reference in New Issue
Block a user