~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to autoconf-lib-link/configure.ac

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

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