Fix Linux configure/makefile. Bump version number up to v10.1.
This commit is contained in:
parent
67dea77677
commit
fa7e77b013
8 changed files with 203 additions and 268 deletions
75
configure
vendored
75
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.65 for PCem v9.
|
||||
# Generated by GNU Autoconf 2.65 for PCem v10.1.
|
||||
#
|
||||
# Report bugs to <Tom Walker <tommowalker@tommowalker.co.uk>>.
|
||||
#
|
||||
|
|
@ -551,8 +551,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='PCem'
|
||||
PACKAGE_TARNAME='pcem'
|
||||
PACKAGE_VERSION='v9'
|
||||
PACKAGE_STRING='PCem v9'
|
||||
PACKAGE_VERSION='v10.1'
|
||||
PACKAGE_STRING='PCem v10.1'
|
||||
PACKAGE_BUGREPORT='Tom Walker <tommowalker@tommowalker.co.uk>'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
|
@ -571,8 +571,6 @@ CPU_X86_64_FALSE
|
|||
CPU_X86_64_TRUE
|
||||
CPU_I386_FALSE
|
||||
CPU_I386_TRUE
|
||||
DYNAREC_FALSE
|
||||
DYNAREC_TRUE
|
||||
am__fastdepCXX_FALSE
|
||||
am__fastdepCXX_TRUE
|
||||
CXXDEPMODE
|
||||
|
|
@ -669,7 +667,6 @@ ac_user_opts='
|
|||
enable_option_checking
|
||||
enable_dependency_tracking
|
||||
enable_debug
|
||||
enable_dynarec
|
||||
with_allegro_prefix
|
||||
with_allegro_exec_prefix
|
||||
enable_allegrotest
|
||||
|
|
@ -1226,7 +1223,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures PCem v9 to adapt to many kinds of systems.
|
||||
\`configure' configures PCem v10.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
|
@ -1296,7 +1293,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of PCem v9:";;
|
||||
short | recursive ) echo "Configuration of PCem v10.1:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
|
@ -1307,7 +1304,6 @@ Optional Features:
|
|||
--disable-dependency-tracking speeds up one-time build
|
||||
--enable-dependency-tracking do not reject slow dependency extractors
|
||||
--enable-debug build debug executable
|
||||
--enable-dynarec build dynamic recompiler
|
||||
--disable-allegrotest Do not try to compile and run a test LIBallegro program
|
||||
|
||||
Optional Packages:
|
||||
|
|
@ -1393,7 +1389,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
PCem configure v9
|
||||
PCem configure v10.1
|
||||
generated by GNU Autoconf 2.65
|
||||
|
||||
Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
|
|
@ -1574,7 +1570,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by PCem $as_me v9, which was
|
||||
It was created by PCem $as_me v10.1, which was
|
||||
generated by GNU Autoconf 2.65. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
|
@ -2455,7 +2451,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='pcem'
|
||||
VERSION='v9'
|
||||
VERSION='v10.1'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
@ -4005,42 +4001,23 @@ else
|
|||
$as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use the dynamic recompiler" >&5
|
||||
$as_echo_n "checking whether to use the dynamic recompiler... " >&6; }
|
||||
# Check whether --enable-dynarec was given.
|
||||
if test "${enable_dynarec+set}" = set; then :
|
||||
enableval=$enable_dynarec;
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dynarec" >&5
|
||||
$as_echo "$enable_dynarec" >&6; }
|
||||
if test "$enable_dynarec" = "yes"; then
|
||||
DYNAREC_TRUE=
|
||||
DYNAREC_FALSE='#'
|
||||
else
|
||||
DYNAREC_TRUE='#'
|
||||
DYNAREC_FALSE=
|
||||
fi
|
||||
|
||||
if test "$enable_dynarec" = "yes"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpu" >&5
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpu" >&5
|
||||
$as_echo_n "checking for cpu... " >&6; }
|
||||
case "${host_cpu}" in
|
||||
i?86)
|
||||
CPU=i386
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${host_cpu}" >&5
|
||||
case "${host_cpu}" in
|
||||
i?86)
|
||||
CPU=i386
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${host_cpu}" >&5
|
||||
$as_echo "${host_cpu}" >&6; }
|
||||
;;
|
||||
x86_64)
|
||||
CPU=x86_64
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${host_cpu}" >&5
|
||||
;;
|
||||
x86_64)
|
||||
CPU=x86_64
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${host_cpu}" >&5
|
||||
$as_echo "${host_cpu}" >&6; }
|
||||
;;
|
||||
*)
|
||||
as_fn_error "Unsupported CPU." "$LINENO" 5
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
as_fn_error "Unsupported CPU." "$LINENO" 5
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$CPU" = "i386"; then
|
||||
CPU_I386_TRUE=
|
||||
|
|
@ -4650,10 +4627,6 @@ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
|
|||
as_fn_error "conditional \"am__fastdepCXX\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
fi
|
||||
if test -z "${DYNAREC_TRUE}" && test -z "${DYNAREC_FALSE}"; then
|
||||
as_fn_error "conditional \"DYNAREC\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
fi
|
||||
if test -z "${CPU_I386_TRUE}" && test -z "${CPU_I386_FALSE}"; then
|
||||
as_fn_error "conditional \"CPU_I386\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
|
|
@ -5078,7 +5051,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by PCem $as_me v9, which was
|
||||
This file was extended by PCem $as_me v10.1, which was
|
||||
generated by GNU Autoconf 2.65. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
|
@ -5135,7 +5108,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
PCem config.status v9
|
||||
PCem config.status v10.1
|
||||
configured by $0, generated by GNU Autoconf 2.65,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue