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

version 1.1.1.2, 2012/05/29 09:29:42 version 1.1.1.3, 2021/03/17 13:38:46
Line 1 Line 1
dnl Copyright (C) 1999-2011 Free Software Foundation, Inc.dnl Copyright (C) 1999-2011, 2016, 2018-2019 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 13  dnl Library General Public License for more details. Line 13  dnl Library General Public License for more details.
 dnl  dnl
 dnl You should have received a copy of the GNU Library General Public  dnl You should have received a copy of the GNU Library General Public
 dnl License along with the GNU LIBICONV Library; see the file COPYING.LIB.  dnl License along with the GNU LIBICONV Library; see the file COPYING.LIB.
dnl If not, write to the Free Software Foundation, Inc., 51 Franklin Street,dnl If not, see <https://www.gnu.org/licenses/>.
dnl Fifth Floor, Boston, MA 02110-1301, USA. 
   
AC_PREREQ([2.60])AC_PREREQ([2.63])
AC_INITAC_INIT([libiconv], [1.16])
 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.14])AM_INIT_AUTOMAKE
 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 51  dnl           checks for UNIX variants that set DEFS Line 50  dnl           checks for UNIX variants that set DEFS
   
 gl_EARLY  gl_EARLY
   
dnl           checks for installer optionsdnl           checks for build configuration
   
gl_RELOCATABLE([srclib])LT_INIT([disable-static win32-dll])
 gl_RELOCATABLE
   
 AC_ARG_ENABLE([extra-encodings],  AC_ARG_ENABLE([extra-encodings],
   [AC_HELP_STRING([--enable-extra-encodings],    [AC_HELP_STRING([--enable-extra-encodings],
Line 75  dnl           checks for compiler output filename suff Line 75  dnl           checks for compiler output filename suff
 AC_OBJEXT  AC_OBJEXT
 AC_EXEEXT  AC_EXEEXT
   
dnl           check for build configurationdnl           checks for build configuration
   
 LT_INIT([disable-static win32-dll])  
   
 dnl Prepares the libtool configuration for handling of Windows resources, and  dnl Prepares the libtool configuration for handling of Windows resources, and
 dnl sets the RC variable to a program that compiles Windows resource files.  dnl sets the RC variable to a program that compiles Windows resource files.
 LT_LANG([Windows Resource])  LT_LANG([Windows Resource])
Line 199  AH_BOTTOM([ Line 197  AH_BOTTOM([
 ])  ])
   
 AC_CONFIG_SUBDIRS([libcharset])  AC_CONFIG_SUBDIRS([libcharset])
 AC_CONFIG_SUBDIRS([preload])  
 AC_CONFIG_FILES([Makefile])  AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([lib/Makefile])  AC_CONFIG_FILES([lib/Makefile])
 AC_CONFIG_FILES([srclib/Makefile])  AC_CONFIG_FILES([srclib/Makefile])

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


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