aboutsummaryrefslogtreecommitdiff
path: root/libf2c/configure.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-02-20 09:08:45 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2003-02-20 09:08:45 +0000
commit3343fdd21cbcccdccf740d5d5e667d8ba8020cca (patch)
tree7b0e6d178310037cafc252ce5132ce07463f0b9e /libf2c/configure.in
parent8fa083166991fbaf31f8e81cfbc388d39792bccf (diff)
downloadgcc-3343fdd21cbcccdccf740d5d5e667d8ba8020cca.zip
gcc-3343fdd21cbcccdccf740d5d5e667d8ba8020cca.tar.gz
gcc-3343fdd21cbcccdccf740d5d5e667d8ba8020cca.tar.bz2
configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. * configure: Rebuilt. From-SVN: r63159
Diffstat (limited to 'libf2c/configure.in')
-rw-r--r--libf2c/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in
index 71f0bd7..50016b2 100644
--- a/libf2c/configure.in
+++ b/libf2c/configure.in
@@ -1,5 +1,6 @@
# Process this file with autoconf to produce a configure script.
-# Copyright (C) 1995, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1997, 1998, 1999, 2002, 2003
+# Free Software Foundation, Inc.
# Contributed by Dave Love (d.love@dl.ac.uk).
#
#This file is part of GNU Fortran.
@@ -109,6 +110,7 @@ with_multisubdir=${with_multisubdir}
ac_configure_args="--enable-multilib ${ac_configure_args}"
toplevel_srcdir=${toplevel_srcdir}
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
+ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
)