2003-07-08 Jeff Johnston <jjohnstn@redhat.com>

* configure.in: Reapply Inaoko's multilib patch from
        04-17-03.
        * configure: Regenerated.
This commit is contained in:
Jeff Johnston
2003-07-08 16:06:09 +00:00
parent 49a14729eb
commit 3a67f1e92a
3 changed files with 23 additions and 3 deletions

View File

@@ -72,4 +72,11 @@ host_makefile_frag_path=$host_makefile_frag
AC_SUBST(host_makefile_frag_path)
AC_SUBST_FILE(host_makefile_frag)
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile
. ${srcdir}/../../config-ml.in,
srcdir=${srcdir}
target=${target}
ac_configure_args="${ac_configure_args} --enable-multilib"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
libgloss_topdir=${srcdir}/../..
)