1dnl Configuration for the autoconf-lib-link directory of GNU gettext
2dnl Copyright (C) 1995-1999, 2000-2003, 2005 Free Software Foundation, Inc.
3dnl
4dnl This program is free software: you can redistribute it and/or modify
5dnl it under the terms of the GNU General Public License as published by
6dnl the Free Software Foundation; either version 3 of the License, or
7dnl (at your option) any later version.
8dnl
9dnl This program is distributed in the hope that it will be useful,
10dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
11dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12dnl GNU General Public License for more details.
13dnl
14dnl You should have received a copy of the GNU General Public License
15dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
17dnl Process this file with autoconf to produce a configure script.
18
19AC_PREREQ(2.57)
20AC_INIT
21AC_CONFIG_SRCDIR(tests/rpath-1a)
22AC_CONFIG_AUX_DIR(../build-aux)
23. $srcdir/../version.sh
24AM_INIT_AUTOMAKE(autoconf-lib-link, $VERSION_NUMBER)
25
26dnl Checks for programs.
27AC_PROG_CC
28AC_PROG_INSTALL
29
30dnl Check for host type.
31AC_CANONICAL_HOST
32
33dnl Checks for UNIX variants that set DEFS,
34
35dnl Checks for compiler output filename suffixes.
36AC_OBJEXT
37AC_EXEEXT
38
39dnl Check for build configuration.
40gl_WOE32_DLL
41AC_LIBTOOL_WIN32_DLL
42AC_PROG_LIBTOOL
43
44dnl Checks for libraries.
45
46dnl Checks for header files.
47
48dnl Checks for typedefs, structures, and compiler characteristics.
49
50dnl Checks for library functions.
51
52dnl Checks for tests/rpathcfg.
53AC_SUBST(GCC)
54AC_SUBST(LD)
55AC_SUBST(with_gnu_ld)
56
57aclocaldir='${datadir}/aclocal'
58AC_SUBST(aclocaldir)
59
60AC_LIB_PREPARE_MULTILIB
61LIBDIRSTEM=$acl_libdirstem
62AC_SUBST(LIBDIRSTEM)
63
64AC_CONFIG_FILES([Makefile],
65                [FIX_MAKEFILE_DISTRIB])
66
67AC_CONFIG_FILES([m4/Makefile])
68
69AC_CONFIG_FILES([tests/Makefile])
70
71AC_OUTPUT
72