Specify new depracated options in configure script
This commit is contained in:
parent
7a1d0a53d7
commit
e15980c348
6
bochs/configure
vendored
6
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.316 2006/03/13 17:17:38 vruppert Exp .
|
||||
# From configure.in Id: configure.in,v 1.317 2006/04/05 18:49:30 sshwarts Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@ -1100,8 +1100,8 @@ Optional Features:
|
||||
--enable-control-panel turns on/off contol panel (deprecated)
|
||||
--enable-vga use VGA emulation (deprecated)
|
||||
--enable-processors select number of processors (deprecated)
|
||||
--enable-reset-on-triple-fault reset when cpu detects a triple fault
|
||||
--enable-pni PNI support
|
||||
--enable-reset-on-triple-fault reset when cpu detects a triple fault (deprecated)
|
||||
--enable-pni PNI support (deprecated)
|
||||
|
||||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
|
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.317 2006-04-05 18:49:30 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.318 2006-04-06 19:14:34 sshwarts Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -2732,7 +2732,7 @@ AC_ARG_ENABLE(processors,
|
||||
|
||||
AC_MSG_CHECKING(whether to reset on triple fault)
|
||||
AC_ARG_ENABLE(reset-on-triple-fault,
|
||||
[ --enable-reset-on-triple-fault reset when cpu detects a triple fault],
|
||||
[ --enable-reset-on-triple-fault reset when cpu detects a triple fault (deprecated)],
|
||||
[AC_MSG_RESULT($enableval)
|
||||
AC_MSG_ERROR([deprecated - could be configured directly from .bochsrc instead])
|
||||
],
|
||||
@ -2742,7 +2742,7 @@ AC_ARG_ENABLE(reset-on-triple-fault,
|
||||
|
||||
AC_MSG_CHECKING(PNI support)
|
||||
AC_ARG_ENABLE(--enable-pni,
|
||||
[ --enable-pni PNI support],
|
||||
[ --enable-pni PNI support (deprecated)],
|
||||
[AC_MSG_RESULT($enableval)
|
||||
AC_MSG_ERROR([deprecated - use --enable-sse=3 instead])
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user