Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / autoconf-lib-link / configure.ac
blob61c6030d9f27448b32dad37442cdaf3272e6d22e
1 dnl Configuration for the autoconf-lib-link directory of GNU gettext
2 dnl Copyright (C) 1995-1999, 2000-2003, 2005 Free Software Foundation, Inc.
3 dnl
4 dnl This program is free software; you can redistribute it and/or modify
5 dnl it under the terms of the GNU General Public License as published by
6 dnl the Free Software Foundation; either version 2, or (at your option)
7 dnl any later version.
8 dnl
9 dnl This program 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
12 dnl GNU General Public License for more details.
13 dnl
14 dnl You should have received a copy of the GNU General Public License
15 dnl along with this program; if not, write to the Free Software
16 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 dnl Process this file with autoconf to produce a configure script.
20 AC_PREREQ(2.57)
21 AC_INIT
22 AC_CONFIG_SRCDIR(tests/rpath-1a)
23 AC_CONFIG_AUX_DIR(../build-aux)
24 . $srcdir/../version.sh
25 AM_INIT_AUTOMAKE(autoconf-lib-link, $VERSION_NUMBER)
27 dnl Checks for programs.
28 AC_PROG_CC
29 AC_PROG_INSTALL
31 dnl Check for host type.
32 AC_CANONICAL_HOST
34 dnl Checks for UNIX variants that set DEFS,
36 dnl Checks for compiler output filename suffixes.
37 AC_OBJEXT
38 AC_EXEEXT
40 dnl Check for build configuration.
41 AC_LIBTOOL_WIN32_DLL
42 AC_PROG_LIBTOOL
44 dnl Checks for libraries.
46 dnl Checks for header files.
48 dnl Checks for typedefs, structures, and compiler characteristics.
50 dnl Checks for library functions.
52 dnl Checks for tests/rpathcfg.
53 AC_SUBST(GCC)
54 AC_SUBST(LD)
55 AC_SUBST(with_gnu_ld)
57 aclocaldir='${datadir}/aclocal'
58 AC_SUBST(aclocaldir)
60 AC_CONFIG_FILES([Makefile],
61                 [FIX_MAKEFILE_DISTRIB])
63 AC_CONFIG_FILES([m4/Makefile])
65 AC_CONFIG_FILES([tests/Makefile])
67 AC_OUTPUT