Skip to content

Commit

Permalink
[RUNTIME CHANGES NEEDED FOR v4.6.1] Changed version of runtime using …
Browse files Browse the repository at this point in the history
…misc/changev
  • Loading branch information
feeley committed Mar 25, 2011
1 parent 779ed87 commit 6d6b807
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 40 deletions.
22 changes: 11 additions & 11 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for Gambit-C v4.6.0. # Generated by GNU Autoconf 2.64 for Gambit-C v4.6.1.
# #
# Report bugs to <gambit@iro.umontreal.ca>. # Report bugs to <gambit@iro.umontreal.ca>.
# #
Expand Down Expand Up @@ -550,9 +550,9 @@ MAKEFLAGS=


# Identity of this package. # Identity of this package.
PACKAGE_NAME='Gambit-C' PACKAGE_NAME='Gambit-C'
PACKAGE_TARNAME='gambc-v4_6_0' PACKAGE_TARNAME='gambc-v4_6_1'
PACKAGE_VERSION='v4.6.0' PACKAGE_VERSION='v4.6.1'
PACKAGE_STRING='Gambit-C v4.6.0' PACKAGE_STRING='Gambit-C v4.6.1'
PACKAGE_BUGREPORT='gambit@iro.umontreal.ca' PACKAGE_BUGREPORT='gambit@iro.umontreal.ca'
PACKAGE_URL='' PACKAGE_URL=''


Expand Down Expand Up @@ -1425,7 +1425,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures Gambit-C v4.6.0 to adapt to many kinds of systems. \`configure' configures Gambit-C v4.6.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1473,7 +1473,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info] --infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man] --mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/gambc-v4_6_0] --docdir=DIR documentation root [DATAROOTDIR/doc/gambc-v4_6_1]
--htmldir=DIR html documentation [DOCDIR] --htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR]
Expand All @@ -1495,7 +1495,7 @@ fi


if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of Gambit-C v4.6.0:";; short | recursive ) echo "Configuration of Gambit-C v4.6.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
Expand Down Expand Up @@ -1623,7 +1623,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
Gambit-C configure v4.6.0 Gambit-C configure v4.6.1
generated by GNU Autoconf 2.64 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2303,7 +2303,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by Gambit-C $as_me v4.6.0, which was It was created by Gambit-C $as_me v4.6.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
Expand Down Expand Up @@ -12311,7 +12311,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by Gambit-C $as_me v4.6.0, which was This file was extended by Gambit-C $as_me v4.6.1, which was
generated by GNU Autoconf 2.64. Invocation command line was generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12371,7 +12371,7 @@ Report bugs to <gambit@iro.umontreal.ca>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
Gambit-C config.status v4.6.0 Gambit-C config.status v4.6.1
configured by $0, generated by GNU Autoconf 2.64, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@


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


AC_INIT(Gambit-C,v4.6.0,gambit@iro.umontreal.ca,gambc-v4_6_0) AC_INIT(Gambit-C,v4.6.1,gambit@iro.umontreal.ca,gambc-v4_6_1)


AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_HEADERS(include/config.h)


Expand Down
8 changes: 0 additions & 8 deletions examples/iOS/Prefix.pch

This file was deleted.

2 changes: 1 addition & 1 deletion examples/iOS/ViewController.m
Expand Up @@ -26,7 +26,7 @@ @implementation ViewController
* ___VERSION must match the version number of the Gambit header file. * ___VERSION must match the version number of the Gambit header file.
*/ */


#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


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


#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


/* /*
Expand Down
4 changes: 2 additions & 2 deletions include/gambit.h.in
Expand Up @@ -8,8 +8,8 @@
#error "___VERSION has not been set by includer" #error "___VERSION has not been set by includer"
#endif #endif


#if ___VERSION != 406000 #if ___VERSION != 406001
#include "gambit-not406000.h" #include "gambit-not406001.h"
#else #else


#ifndef ___GAMBIT_H #ifndef ___GAMBIT_H
Expand Down
2 changes: 1 addition & 1 deletion lib/c_intf.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_C_INTF #define ___INCLUDED_FROM_C_INTF
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/main.c
Expand Up @@ -5,7 +5,7 @@
/* This is the driver of the Gambit-C system */ /* This is the driver of the Gambit-C system */


#define ___INCLUDED_FROM_MAIN #define ___INCLUDED_FROM_MAIN
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/mem.c
Expand Up @@ -3,7 +3,7 @@
/* Copyright (c) 1994-2009 by Marc Feeley, All Rights Reserved. */ /* Copyright (c) 1994-2009 by Marc Feeley, All Rights Reserved. */


#define ___INCLUDED_FROM_MEM #define ___INCLUDED_FROM_MEM
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os.c
Expand Up @@ -28,7 +28,7 @@
*/ */


#define ___INCLUDED_FROM_OS #define ___INCLUDED_FROM_OS
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_base.c
Expand Up @@ -7,7 +7,7 @@
*/ */


#define ___INCLUDED_FROM_OS_BASE #define ___INCLUDED_FROM_OS_BASE
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_dyn.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_DYN #define ___INCLUDED_FROM_OS_DYN
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_files.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_FILES #define ___INCLUDED_FROM_OS_FILES
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_io.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_IO #define ___INCLUDED_FROM_OS_IO
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_shell.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_SHELL #define ___INCLUDED_FROM_OS_SHELL
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_time.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_TIME #define ___INCLUDED_FROM_OS_TIME
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/os_tty.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_OS_TTY #define ___INCLUDED_FROM_OS_TTY
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.c
Expand Up @@ -8,7 +8,7 @@
*/ */


#define ___INCLUDED_FROM_SETUP #define ___INCLUDED_FROM_SETUP
#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


#include "os_base.h" #include "os_base.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/client.c
Expand Up @@ -9,7 +9,7 @@
* ___VERSION must match the version number of the Gambit header file. * ___VERSION must match the version number of the Gambit header file.
*/ */


#define ___VERSION 406000 #define ___VERSION 406001
#include "gambit.h" #include "gambit.h"


/* /*
Expand Down
6 changes: 3 additions & 3 deletions tests/test5.ok
@@ -1,7 +1,7 @@
#ifdef ___LINKER_INFO #ifdef ___LINKER_INFO
; File: "mix.c", produced by Gambit-C v4.6.0 ; File: "mix.c", produced by Gambit-C v4.6.1
( (
406000 406001
" mix" " mix"
(" mix") (" mix")
( (
Expand Down Expand Up @@ -397,7 +397,7 @@
#f #f
) )
#else #else
#define ___VERSION 406000 #define ___VERSION 406001
#define ___MODULE_NAME " mix" #define ___MODULE_NAME " mix"
#define ___LINKER_ID ____20_mix #define ___LINKER_ID ____20_mix
#define ___MH_PROC ___H__20_mix #define ___MH_PROC ___H__20_mix
Expand Down

0 comments on commit 6d6b807

Please sign in to comment.