- refenerated after fpu -> cpu/fpu change

This commit is contained in:
Volker Ruppert 2012-09-12 21:10:55 +00:00
parent c2560a8d44
commit 125c6f0bde

6
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 11410 2012-09-10 20:49:29Z vruppert .
# From configure.in Id: configure.in 11415 2012-09-12 21:08:40Z vruppert .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68.
#
@ -25516,7 +25516,7 @@ fi
ac_config_files="$ac_config_files Makefile iodev/Makefile iodev/display/Makefile iodev/hdimage/Makefile iodev/usb/Makefile iodev/network/Makefile iodev/sound/Makefile bx_debug/Makefile bios/Makefile cpu/Makefile cpu/cpudb/Makefile memory/Makefile gui/Makefile disasm/Makefile ${INSTRUMENT_DIR}/Makefile misc/Makefile fpu/Makefile doc/docbook/Makefile build/linux/bochs-dlx bxversion.h bxversion.rc build/macosx/Info.plist build/win32/nsis/Makefile build/win32/nsis/bochs.nsi host/linux/pcidev/Makefile"
ac_config_files="$ac_config_files Makefile iodev/Makefile iodev/display/Makefile iodev/hdimage/Makefile iodev/usb/Makefile iodev/network/Makefile iodev/sound/Makefile bx_debug/Makefile bios/Makefile cpu/Makefile cpu/cpudb/Makefile cpu/fpu/Makefile memory/Makefile gui/Makefile disasm/Makefile ${INSTRUMENT_DIR}/Makefile misc/Makefile doc/docbook/Makefile build/linux/bochs-dlx bxversion.h bxversion.rc build/macosx/Info.plist build/win32/nsis/Makefile build/win32/nsis/bochs.nsi host/linux/pcidev/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@ -26233,12 +26233,12 @@ do
"bios/Makefile") CONFIG_FILES="$CONFIG_FILES bios/Makefile" ;;
"cpu/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/Makefile" ;;
"cpu/cpudb/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/cpudb/Makefile" ;;
"cpu/fpu/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/fpu/Makefile" ;;
"memory/Makefile") CONFIG_FILES="$CONFIG_FILES memory/Makefile" ;;
"gui/Makefile") CONFIG_FILES="$CONFIG_FILES gui/Makefile" ;;
"disasm/Makefile") CONFIG_FILES="$CONFIG_FILES disasm/Makefile" ;;
"${INSTRUMENT_DIR}/Makefile") CONFIG_FILES="$CONFIG_FILES ${INSTRUMENT_DIR}/Makefile" ;;
"misc/Makefile") CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;;
"fpu/Makefile") CONFIG_FILES="$CONFIG_FILES fpu/Makefile" ;;
"doc/docbook/Makefile") CONFIG_FILES="$CONFIG_FILES doc/docbook/Makefile" ;;
"build/linux/bochs-dlx") CONFIG_FILES="$CONFIG_FILES build/linux/bochs-dlx" ;;
"bxversion.h") CONFIG_FILES="$CONFIG_FILES bxversion.h" ;;