Diff for /embedaddon/libiconv/configure.ac between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2012/05/29 09:29:42
Line 1 Line 1
dnl Copyright (C) 1999-2009 Free Software Foundation, Inc.dnl Copyright (C) 1999-2011 Free Software Foundation, Inc.
 dnl This file is part of the GNU LIBICONV Library.  dnl This file is part of the GNU LIBICONV Library.
 dnl  dnl
 dnl The GNU LIBICONV Library is free software; you can redistribute it  dnl The GNU LIBICONV Library is free software; you can redistribute it
Line 20  AC_PREREQ([2.60]) Line 20  AC_PREREQ([2.60])
 AC_INIT  AC_INIT
 AC_CONFIG_SRCDIR([lib/iconv.c])  AC_CONFIG_SRCDIR([lib/iconv.c])
 AC_CONFIG_AUX_DIR([build-aux])  AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([libiconv], [1.13.1])AM_INIT_AUTOMAKE([libiconv], [1.14])
 AC_CONFIG_HEADERS([config.h lib/config.h])  AC_CONFIG_HEADERS([config.h lib/config.h])
 AC_PROG_MAKE_SET  AC_PROG_MAKE_SET
   
Line 133  AC_SUBST([USE_MBSTATE_T]) Line 133  AC_SUBST([USE_MBSTATE_T])
   
 AC_CACHE_CHECK([whether <wchar.h> is standalone],  AC_CACHE_CHECK([whether <wchar.h> is standalone],
   [gl_cv_header_wchar_h_standalone],    [gl_cv_header_wchar_h_standalone],
  [AC_COMPILE_IFELSE([[#include <wchar.h>  [AC_COMPILE_IFELSE(
wchar_t w;]],     [AC_LANG_PROGRAM(
         [[#include <wchar.h>
           wchar_t w;]],
         [[]])],
     [gl_cv_header_wchar_h_standalone=yes],      [gl_cv_header_wchar_h_standalone=yes],
     [gl_cv_header_wchar_h_standalone=no])])      [gl_cv_header_wchar_h_standalone=no])])
 if test $gl_cv_header_wchar_h_standalone = yes; then  if test $gl_cv_header_wchar_h_standalone = yes; then
Line 147  AC_SUBST([BROKEN_WCHAR_H]) Line 150  AC_SUBST([BROKEN_WCHAR_H])
 AC_REPLACE_FUNCS([memmove])  AC_REPLACE_FUNCS([memmove])
   
 AM_LANGINFO_CODESET  AM_LANGINFO_CODESET
   gl_FCNTL_O_FLAGS
   
 AC_EILSEQ  AC_EILSEQ
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>