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.
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)
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.
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.
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.
31 dnl Check for host type.
34 dnl Checks for UNIX variants that set DEFS,
36 dnl Checks for compiler output filename suffixes.
40 dnl Check for build configuration.
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.
57 aclocaldir='${datadir}/aclocal'
60 AC_CONFIG_FILES([Makefile],
61 [FIX_MAKEFILE_DISTRIB])
63 AC_CONFIG_FILES([m4/Makefile])
65 AC_CONFIG_FILES([tests/Makefile])