diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-12-18 20:04:55 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-12-18 20:04:55 +0000 |
commit | baafc53472e47f361532150e016f451efd856cca (patch) | |
tree | 7e1df48ef7f9a41c2f046840c11f0b6be92e677c /fixincludes/configure | |
parent | a11669269b8db37bbaeba380c3cfc8b21984d8e0 (diff) | |
download | gcc-baafc53472e47f361532150e016f451efd856cca.zip gcc-baafc53472e47f361532150e016f451efd856cca.tar.gz gcc-baafc53472e47f361532150e016f451efd856cca.tar.bz2 |
Backport from upstream Libtool:
* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER)
(_LT_LINKER_SHLIBS): Add cache variables to tests that
require the linker to work. For shlibpath_overrides_runpath,
this also changes the semantics to let the result from the C
compiler take precedence.
boehm-gc/
* configure: Regenerate.
fixincludes/
* configure: Regenerate.
gcc/
* configure: Regenerate.
libffi/
* configure: Regenerate.
libgfortran/
* configure: Regenerate.
libgomp/
* configure: Regenerate.
libjava/classpath/
* configure: Regenerate.
libjava/
* configure: Regenerate.
libmudflap/
* configure: Regenerate.
libobjc/
* configure: Regenerate.
libssp/
* configure: Regenerate.
libstdc++-v3/
* configure: Regenerate.
zlib/
* configure: Regenerate.
From-SVN: r142817
Diffstat (limited to 'fixincludes/configure')
-rwxr-xr-x | fixincludes/configure | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/fixincludes/configure b/fixincludes/configure index 872e8e0..e14e816 100755 --- a/fixincludes/configure +++ b/fixincludes/configure @@ -1357,11 +1357,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007 Free Software Foundation, Inc. -# -# This file is part of GNU Libtool: -# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008 Free Software Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without @@ -1369,7 +1367,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. -# serial 53 LT_INIT +# serial 56 LT_INIT # LT_PREREQ(VERSION) @@ -1378,9 +1376,15 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters + + + # LT_INIT([OPTIONS]) # ------------------ -# _LT_INIT +# LT_INIT # Old names: @@ -1645,6 +1649,15 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # the simple link test code. # _LT_LINKER_BOILERPLATE +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- + + + +# _LT_DARWIN_LINKER_FEATURES +# -------------------------- +# Checks for linker and compiler features on darwin + # _LT_SYS_MODULE_PATH_AIX # ----------------------- @@ -1949,6 +1962,13 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. + + + # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates |