| OLD | NEW |
| 1 ## -*- Autoconf -*- | 1 ## -*- Autoconf -*- |
| 2 # Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006 | 2 # Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2008 |
| 3 # Free Software Foundation, Inc. | 3 # Free Software Foundation, Inc. |
| 4 # | 4 # |
| 5 # This file is free software; the Free Software Foundation | 5 # This file is free software; the Free Software Foundation |
| 6 # gives unlimited permission to copy and/or distribute it, | 6 # gives unlimited permission to copy and/or distribute it, |
| 7 # with or without modifications, as long as this notice is preserved. | 7 # with or without modifications, as long as this notice is preserved. |
| 8 | 8 |
| 9 # serial 6 | 9 # serial 6 |
| 10 | 10 |
| 11 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR]) | 11 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR]) |
| 12 # --------------------------------------------------- | 12 # --------------------------------------------------- |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 [ | 55 [ |
| 56 srcdir="$srcdir" | 56 srcdir="$srcdir" |
| 57 host="$host" | 57 host="$host" |
| 58 target="$target" | 58 target="$target" |
| 59 with_multisubdir="$with_multisubdir" | 59 with_multisubdir="$with_multisubdir" |
| 60 with_multisrctop="$with_multisrctop" | 60 with_multisrctop="$with_multisrctop" |
| 61 with_target_subdir="$with_target_subdir" | 61 with_target_subdir="$with_target_subdir" |
| 62 ac_configure_args="${multilib_arg} ${ac_configure_args}" | 62 ac_configure_args="${multilib_arg} ${ac_configure_args}" |
| 63 multi_basedir="$multi_basedir" | 63 multi_basedir="$multi_basedir" |
| 64 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} | 64 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |
| 65 CC="$CC"])])dnl | 65 CC="$CC" |
| 66 CXX="$CXX" |
| 67 GFORTRAN="$GFORTRAN" |
| 68 GCJ="$GCJ"])])dnl |
| OLD | NEW |