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 2, or (at your option)
7dnl 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, write to the Free Software Foundation,
16dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
18dnl Process this file with autoconf to produce a configure script.
19
20AC_PREREQ(2.57)
21AC_INIT
22AC_CONFIG_SRCDIR(tests/rpath-1a)
23AC_CONFIG_AUX_DIR(../build-aux)
24. $srcdir/../version.sh
25AM_INIT_AUTOMAKE(autoconf-lib-link, $VERSION_NUMBER)
26
27dnl Checks for programs.
28AC_PROG_CC
29AC_PROG_INSTALL
30
31dnl Check for host type.
32AC_CANONICAL_HOST
33
34dnl Checks for UNIX variants that set DEFS,
35
36dnl Checks for compiler output filename suffixes.
37AC_OBJEXT
38AC_EXEEXT
39
40dnl Check for build configuration.
41gl_WOE32_DLL
42AC_LIBTOOL_WIN32_DLL
43AC_PROG_LIBTOOL
44
45dnl Checks for libraries.
46
47dnl Checks for header files.
48
49dnl Checks for typedefs, structures, and compiler characteristics.
50
51dnl Checks for library functions.
52
53dnl Checks for tests/rpathcfg.
54AC_SUBST(GCC)
55AC_SUBST(LD)
56AC_SUBST(with_gnu_ld)
57
58aclocaldir='${datadir}/aclocal'
59AC_SUBST(aclocaldir)
60
61AC_LIB_PREPARE_MULTILIB
62LIBDIRSTEM=$acl_libdirstem
63AC_SUBST(LIBDIRSTEM)
64
65AC_CONFIG_FILES([Makefile],
66                [FIX_MAKEFILE_DISTRIB])
67
68AC_CONFIG_FILES([m4/Makefile])
69
70AC_CONFIG_FILES([tests/Makefile])
71
72AC_OUTPUT
73