Skip to content

Commit

Permalink
[RUNTIME CHANGES NEEDED FOR v4.8.8] Changed version of runtime using …
Browse files Browse the repository at this point in the history
…misc/changev
  • Loading branch information
feeley committed Feb 3, 2017
1 parent cdbe6f8 commit 91d74e0
Show file tree
Hide file tree
Showing 60 changed files with 16,235 additions and 15,972 deletions.
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Gambit v4.8.7.
# Generated by GNU Autoconf 2.69 for Gambit v4.8.8.
#
# Report bugs to <gambit@iro.umontreal.ca>.
#
Expand Down Expand Up @@ -581,9 +581,9 @@ MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='Gambit'
PACKAGE_TARNAME='gambit-v4_8_7'
PACKAGE_VERSION='v4.8.7'
PACKAGE_STRING='Gambit v4.8.7'
PACKAGE_TARNAME='gambit-v4_8_8'
PACKAGE_VERSION='v4.8.8'
PACKAGE_STRING='Gambit v4.8.8'
PACKAGE_BUGREPORT='gambit@iro.umontreal.ca'
PACKAGE_URL=''

Expand Down Expand Up @@ -1522,7 +1522,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 Gambit v4.8.7 to adapt to many kinds of systems.
\`configure' configures Gambit v4.8.8 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1570,7 +1570,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/gambit-v4_8_7]
--docdir=DIR documentation root [DATAROOTDIR/doc/gambit-v4_8_8]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
Expand All @@ -1592,7 +1592,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Gambit v4.8.7:";;
short | recursive ) echo "Configuration of Gambit v4.8.8:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1789,7 +1789,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Gambit configure v4.8.7
Gambit configure v4.8.8
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2472,7 +2472,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 Gambit $as_me v4.8.7, which was
It was created by Gambit $as_me v4.8.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -14816,7 +14816,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 Gambit $as_me v4.8.7, which was
This file was extended by Gambit $as_me v4.8.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14878,7 +14878,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="\\
Gambit config.status v4.8.7
Gambit config.status v4.8.8
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Process this file with autoconf to produce a configure script.

AC_INIT(Gambit,v4.8.7,gambit@iro.umontreal.ca,gambit-v4_8_7)
AC_INIT(Gambit,v4.8.8,gambit@iro.umontreal.ca,gambit-v4_8_8)

AC_CONFIG_HEADERS(include/config.h)

Expand Down
2 changes: 1 addition & 1 deletion contrib/GambitREPL/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ @implementation ViewController
* ___VERSION must match the version number of the Gambit header file.
*/

#define ___VERSION 408007
#define ___VERSION 408008
#include "gambit.h"

/*
Expand Down
2 changes: 1 addition & 1 deletion examples/pthread/pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* ___VERSION must match the version number of the Gambit header file.
*/

#define ___VERSION 408007
#define ___VERSION 408008
#include "gambit.h"

/*
Expand Down
6 changes: 3 additions & 3 deletions gsc/_asm.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_asm.c", produced by Gambit v4.8.7
; File: "_asm.c", produced by Gambit v4.8.8
(
408007
408008
(C)
"_asm"
(("_asm"))
Expand Down Expand Up @@ -152,7 +152,7 @@
()
)
#else
#define ___VERSION 408007
#define ___VERSION 408008
#define ___MODULE_NAME "_asm"
#define ___LINKER_ID ____20___asm
#define ___MH_PROC ___H__20___asm
Expand Down
6 changes: 3 additions & 3 deletions gsc/_assert.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_assert.c", produced by Gambit v4.8.7
; File: "_assert.c", produced by Gambit v4.8.8
(
408007
408008
(C)
"_assert"
(("_assert"))
Expand All @@ -20,7 +20,7 @@
()
)
#else
#define ___VERSION 408007
#define ___VERSION 408008
#define ___MODULE_NAME "_assert"
#define ___LINKER_ID ____20___assert
#define ___MH_PROC ___H__20___assert
Expand Down
6 changes: 3 additions & 3 deletions gsc/_back.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_back.c", produced by Gambit v4.8.7
; File: "_back.c", produced by Gambit v4.8.8
(
408007
408008
(C)
"_back"
(("_back"))
Expand Down Expand Up @@ -126,7 +126,7 @@
()
)
#else
#define ___VERSION 408007
#define ___VERSION 408008
#define ___MODULE_NAME "_back"
#define ___LINKER_ID ____20___back
#define ___MH_PROC ___H__20___back
Expand Down
6 changes: 3 additions & 3 deletions gsc/_codegen.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_codegen.c", produced by Gambit v4.8.7
; File: "_codegen.c", produced by Gambit v4.8.8
(
408007
408008
(C)
"_codegen"
(("_codegen"))
Expand Down Expand Up @@ -38,7 +38,7 @@
()
)
#else
#define ___VERSION 408007
#define ___VERSION 408008
#define ___MODULE_NAME "_codegen"
#define ___LINKER_ID ____20___codegen
#define ___MH_PROC ___H__20___codegen
Expand Down
6 changes: 3 additions & 3 deletions gsc/_env.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_env.c", produced by Gambit v4.8.7
; File: "_env.c", produced by Gambit v4.8.8
(
408007
408008
(C)
"_env"
(("_env"))
Expand Down Expand Up @@ -105,7 +105,7 @@
()
)
#else
#define ___VERSION 408007
#define ___VERSION 408008
#define ___MODULE_NAME "_env"
#define ___LINKER_ID ____20___env
#define ___MH_PROC ___H__20___env
Expand Down
6 changes: 3 additions & 3 deletions gsc/_front.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO
; File: "_front.c", produced by Gambit v4.8.7
; File: "_front.c", produced by Gambit v4.8.8
(
408007
408008
(C)
"_front"
(("_front"))
Expand Down Expand Up @@ -471,7 +471,7 @@
()
)
#else
#define ___VERSION 408007
#define ___VERSION 408008
#define ___MODULE_NAME "_front"
#define ___LINKER_ID ____20___front
#define ___MH_PROC ___H__20___front
Expand Down
Loading

0 comments on commit 91d74e0

Please sign in to comment.