Annotation of embedaddon/libiconv/libcharset/configure.ac, revision 1.1

1.1     ! misho       1: dnl Copyright (C) 2000-2003, 2005-2009 Free Software Foundation, Inc.
        !             2: dnl This file is part of the GNU CHARSET Library.
        !             3: dnl
        !             4: dnl The GNU CHARSET Library is free software; you can redistribute it and/or
        !             5: dnl modify it under the terms of the GNU Library General Public License as
        !             6: dnl published by the Free Software Foundation; either version 2 of the
        !             7: dnl License, or (at your option) any later version.
        !             8: dnl
        !             9: dnl The GNU CHARSET Library is distributed in the hope that it will be useful,
        !            10: dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            11: dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
        !            12: dnl Library General Public License for more details.
        !            13: dnl
        !            14: dnl You should have received a copy of the GNU Library General Public License
        !            15: dnl along with the GNU CHARSET Library; see the file COPYING.LIB.  If not,
        !            16: dnl write to the Free Software Foundation, Inc., 51 Franklin Street,
        !            17: dnl Fifth Floor, Boston, MA 02110-1301, USA.
        !            18: 
        !            19: AC_PREREQ([2.13])
        !            20: 
        !            21: PACKAGE=libcharset
        !            22: VERSION=1.4
        !            23: 
        !            24: AC_INIT([lib/localcharset.c])
        !            25: AC_CONFIG_AUX_DIR([build-aux])
        !            26: AC_CONFIG_HEADER([config.h])
        !            27: AC_PROG_MAKE_SET
        !            28: AC_SUBST([PACKAGE])
        !            29: AC_SUBST([VERSION])
        !            30: 
        !            31: dnl           checks for basic programs
        !            32: 
        !            33: AC_PROG_CC
        !            34: AC_PROG_CPP
        !            35: AC_PROG_INSTALL
        !            36: 
        !            37: dnl           check for host type
        !            38: 
        !            39: AC_CANONICAL_HOST
        !            40: 
        !            41: dnl           checks for installer options
        !            42: 
        !            43: gl_RELOCATABLE_LIBRARY
        !            44: 
        !            45: dnl           checks for programs
        !            46: 
        !            47: dnl           checks for UNIX variants that set DEFS
        !            48: 
        !            49: AC_USE_SYSTEM_EXTENSIONS
        !            50: 
        !            51: dnl           checks for compiler output filename suffixes
        !            52: 
        !            53: AC_OBJEXT
        !            54: AC_EXEEXT
        !            55: 
        !            56: dnl           check for build configuration
        !            57: 
        !            58: LT_INIT([win32-dll])
        !            59: gl_VISIBILITY
        !            60: 
        !            61: dnl           checks for header files and functions
        !            62: 
        !            63: AM_LANGINFO_CODESET
        !            64: gl_GLIBC21
        !            65: AC_CHECK_FUNCS([setlocale])
        !            66: 
        !            67: AC_CONFIG_FILES([Makefile])
        !            68: AC_CONFIG_FILES([lib/Makefile])
        !            69: AC_CONFIG_FILES([include/localcharset.h:include/localcharset.h.build.in])
        !            70: AC_CONFIG_FILES([include/localcharset.h.inst:include/localcharset.h.in])
        !            71: AC_OUTPUT

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