source: trunk/third/gettext2/autoconf-lib-link/configure.ac @ 22167

Revision 22167, 1.8 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22166, which included commits to RCS files with non-trunk default branches.
Line 
1dnl Configuration for the autoconf-lib-link directory of GNU gettext
2dnl Copyright (C) 1995-1999, 2000-2003 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
16dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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(../config)
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.
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_CONFIG_FILES([Makefile],
61                [FIX_MAKEFILE_DISTRIB])
62
63AC_CONFIG_FILES([m4/Makefile])
64
65AC_CONFIG_FILES([tests/Makefile])
66
67AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.