Fixed building Bochs from outside of the source tree (second try).
This commit is contained in:
parent
b05904b4a4
commit
91e1ed5bf6
11
bochs/configure
vendored
11
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 12935 2016-08-12 17:06:14Z vruppert .
|
||||
# From configure.in Id: configure.in 13008 2016-12-28 08:19:19Z vruppert .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69.
|
||||
#
|
||||
@ -25803,14 +25803,12 @@ fi
|
||||
|
||||
|
||||
# Create some subdirectories for when you run configure from some other
|
||||
# directory.
|
||||
# directory (part #1).
|
||||
if test ! -d instrument; then mkdir instrument; fi
|
||||
if test ! -d build; then mkdir build; fi
|
||||
if test ! -d build/linux; then mkdir build/linux; fi
|
||||
if test ! -d build/win32; then mkdir build/win32; fi
|
||||
if test ! -d build/win32/nsis; then mkdir build/win32/nsis; fi
|
||||
if test ! -d cpu/decoder; then mkdir cpu/decoder; fi
|
||||
if test ! -d iodev/network/slirp; then mkdir iodev/network/slirp; fi
|
||||
|
||||
|
||||
|
||||
@ -27245,3 +27243,8 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
|
||||
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
||||
fi
|
||||
|
||||
|
||||
# Create some subdirectories for when you run configure from some other
|
||||
# directory (part #2).
|
||||
if test ! -d cpu/decoder; then mkdir cpu/decoder; fi
|
||||
if test ! -d iodev/network/slirp; then mkdir iodev/network/slirp; fi
|
||||
|
@ -3122,14 +3122,12 @@ dnl AC_MSG_RESULT(no)
|
||||
dnl ])
|
||||
|
||||
# Create some subdirectories for when you run configure from some other
|
||||
# directory.
|
||||
# directory (part #1).
|
||||
if test ! -d instrument; then mkdir instrument; fi
|
||||
if test ! -d build; then mkdir build; fi
|
||||
if test ! -d build/linux; then mkdir build/linux; fi
|
||||
if test ! -d build/win32; then mkdir build/win32; fi
|
||||
if test ! -d build/win32/nsis; then mkdir build/win32/nsis; fi
|
||||
if test ! -d cpu/decoder; then mkdir cpu/decoder; fi
|
||||
if test ! -d iodev/network/slirp; then mkdir iodev/network/slirp; fi
|
||||
|
||||
AC_SUBST(INSTALL_TARGET)
|
||||
AC_SUBST(INSTALL_LIST_FOR_PLATFORM)
|
||||
@ -3193,3 +3191,8 @@ AC_OUTPUT(Makefile iodev/Makefile iodev/display/Makefile iodev/hdimage/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)
|
||||
|
||||
# Create some subdirectories for when you run configure from some other
|
||||
# directory (part #2).
|
||||
if test ! -d cpu/decoder; then mkdir cpu/decoder; fi
|
||||
if test ! -d iodev/network/slirp; then mkdir iodev/network/slirp; fi
|
||||
|
Loading…
Reference in New Issue
Block a user