Regenerated. TCVN can now store the accents.
[libiconv.git] / libcharset / configure.in
blob90d8e78af2f4f6f153a3068d370a7f29e305849b
1 dnl Copyright (C) 2000-2001 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., 59 Temple Place - Suite 330,
17 dnl Boston, MA 02111-1307, USA.
19 AC_PREREQ(2.13)
21 AC_INIT(lib/localcharset.c)
22 AC_CONFIG_AUX_DIR(autoconf)
23 AC_CONFIG_HEADER(config.h)
24 AC_PROG_MAKE_SET
25 PACKAGE=libcharset
26 VERSION=1.0
27 AC_SUBST(PACKAGE)
28 AC_SUBST(VERSION)
30 dnl           checks for programs
32 AC_PROG_CC
33 AC_PROG_CPP
34 AC_PROG_GCC_TRADITIONAL
35 AC_PROG_INSTALL
37 dnl           check for host type
39 AC_CANONICAL_HOST
41 dnl           checks for UNIX variants that set DEFS
43 AC_AIX
44 AC_MINIX
45 AC_ISC_POSIX
47 dnl           checks for compiler output filename suffixes
49 AC_OBJEXT
50 AC_EXEEXT
52 dnl           check for build configuration
54 AM_PROG_LIBTOOL
56 dnl           checks for header files and functions
58 jm_LANGINFO_CODESET
59 jm_GLIBC21
60 AC_CHECK_HEADERS(stddef.h stdlib.h string.h)
61 AC_CHECK_FUNCS(setlocale)
63 AC_OUTPUT(Makefile lib/Makefile)