configure.in: Define with_target_subdir and with_build_subdir variables in config-ml.in...
* configure.in: Define with_target_subdir and with_build_subdir variables in config-ml.in AC_OUTPUT call. * configure: Regenerate. From-SVN: r60230
This commit is contained in:
parent
89ea02fbac
commit
b1f70d9d15
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-12-18 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* configure.in: Define with_target_subdir and with_build_subdir
|
||||
variables in config-ml.in AC_OUTPUT call.
|
||||
* configure: Regenerate.
|
||||
|
||||
2002-12-16 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
PR libstdc++/8949
|
||||
|
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
|
@ -24293,6 +24293,8 @@ cat >> $CONFIG_STATUS <<EOF
|
|||
srcdir=${srcdir}
|
||||
host=${host}
|
||||
target=${target}
|
||||
with_target_subdir=${with_target_subdir}
|
||||
with_build_subdir=${with_build_subdir}
|
||||
with_multisubdir=${with_multisubdir}
|
||||
ac_configure_args="${multilib_arg} ${ac_configure_args}"
|
||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
|
|
|
@ -489,6 +489,8 @@ chmod +x testsuite_flags
|
|||
srcdir=${srcdir}
|
||||
host=${host}
|
||||
target=${target}
|
||||
with_target_subdir=${with_target_subdir}
|
||||
with_build_subdir=${with_build_subdir}
|
||||
with_multisubdir=${with_multisubdir}
|
||||
ac_configure_args="${multilib_arg} ${ac_configure_args}"
|
||||
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
|
|
Loading…
Add table
Reference in a new issue