Update version number in configure/configure.ac for v14 release.
This commit is contained in:
parent
429f49abd1
commit
d70382380e
3 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
PCem v13.1 Linux supplement
|
||||
PCem v14 Linux supplement
|
||||
|
||||
|
||||
You will need the following libraries :
|
||||
|
|
|
|||
20
configure
vendored
20
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for PCem v13.1.
|
||||
# Generated by GNU Autoconf 2.69 for PCem v14.
|
||||
#
|
||||
# Report bugs to <Sarah Walker <pcem@pcem-emulator.co.uk>>.
|
||||
#
|
||||
|
|
@ -579,8 +579,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='PCem'
|
||||
PACKAGE_TARNAME='pcem'
|
||||
PACKAGE_VERSION='v13.1'
|
||||
PACKAGE_STRING='PCem v13.1'
|
||||
PACKAGE_VERSION='v14'
|
||||
PACKAGE_STRING='PCem v14'
|
||||
PACKAGE_BUGREPORT='Sarah Walker <pcem@pcem-emulator.co.uk>'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
|
@ -1310,7 +1310,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 v13.1 to adapt to many kinds of systems.
|
||||
\`configure' configures PCem v14 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
|
@ -1381,7 +1381,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of PCem v13.1:";;
|
||||
short | recursive ) echo "Configuration of PCem v14:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
|
@ -1499,7 +1499,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
PCem configure v13.1
|
||||
PCem configure v14
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
|
@ -1680,7 +1680,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 v13.1, which was
|
||||
It was created by PCem $as_me v14, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
|
@ -2616,7 +2616,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='pcem'
|
||||
VERSION='v13.1'
|
||||
VERSION='v14'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
@ -6059,7 +6059,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 v13.1, which was
|
||||
This file was extended by PCem $as_me v14, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
|
@ -6116,7 +6116,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 v13.1
|
||||
PCem config.status v14
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT(PCem, v13.1, Sarah Walker <pcem@pcem-emulator.co.uk>, pcem)
|
||||
AC_INIT(PCem, v14, Sarah Walker <pcem@pcem-emulator.co.uk>, pcem)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue