Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37812747
en ru br
Репозитории ALT
S:4.9.4-alt3
5.1: 4.5.2-alt1
4.1: 4.2.5-alt1
4.0: 4.0-alt0.20.2
3.0: 4.0-alt0.14.1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: gambit

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gambit-4.6.2-bootstrap.patch
Скачать


 configure                     |   22 +++++++++++-----------
 configure.ac                  |    2 +-
 examples/iOS/ViewController.m |    2 +-
 examples/pthread/pthread.c    |    2 +-
 include/gambit.h.in           |    4 ++--
 lib/c_intf.c                  |    2 +-
 lib/main.c                    |    2 +-
 lib/mem.c                     |    2 +-
 lib/os.c                      |    2 +-
 lib/os_base.c                 |    2 +-
 lib/os_dyn.c                  |    2 +-
 lib/os_files.c                |    2 +-
 lib/os_io.c                   |    2 +-
 lib/os_shell.c                |    2 +-
 lib/os_time.c                 |    2 +-
 lib/os_tty.c                  |    2 +-
 lib/setup.c                   |    2 +-
 tests/client.c                |    2 +-
 tests/test5.ok                |    6 +++---
 19 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/configure b/configure
index 998d441..8d0de09 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Gambit-C v4.6.2.
+# Generated by GNU Autoconf 2.61 for Gambit-C v4.6.1.
 #
 # Report bugs to <gambit@iro.umontreal.ca>.
 #
@@ -575,9 +575,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 
 # Identity of this package.
 PACKAGE_NAME='Gambit-C'
-PACKAGE_TARNAME='gambc-v4_6_2'
-PACKAGE_VERSION='v4.6.2'
-PACKAGE_STRING='Gambit-C v4.6.2'
+PACKAGE_TARNAME='gambc-v4_6_1'
+PACKAGE_VERSION='v4.6.1'
+PACKAGE_STRING='Gambit-C v4.6.1'
 PACKAGE_BUGREPORT='gambit@iro.umontreal.ca'
 
 ac_unique_file="include/gambit.h.in"
@@ -1387,7 +1387,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-C v4.6.2 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]...
 
@@ -1435,7 +1435,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/gambc-v4_6_2]
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/gambc-v4_6_1]
   --htmldir=DIR          html documentation [DOCDIR]
   --dvidir=DIR           dvi documentation [DOCDIR]
   --pdfdir=DIR           pdf documentation [DOCDIR]
@@ -1457,7 +1457,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Gambit-C v4.6.2:";;
+     short | recursive ) echo "Configuration of Gambit-C v4.6.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1582,7 +1582,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Gambit-C configure v4.6.2
+Gambit-C configure v4.6.1
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1598,7 +1598,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-C $as_me v4.6.2, which was
+It was created by Gambit-C $as_me v4.6.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -26209,7 +26209,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Gambit-C $as_me v4.6.2, which was
+This file was extended by Gambit-C $as_me v4.6.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -26258,7 +26258,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Gambit-C config.status v4.6.2
+Gambit-C config.status v4.6.1
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index fbe335f..221d573 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT(Gambit-C,v4.6.2,gambit@iro.umontreal.ca,gambc-v4_6_2)
+AC_INIT(Gambit-C,v4.6.1,gambit@iro.umontreal.ca,gambc-v4_6_1)
 
 AC_CONFIG_HEADERS(include/config.h)
 
diff --git a/examples/iOS/ViewController.m b/examples/iOS/ViewController.m
index 23e09ec..e3ab887 100644
--- a/examples/iOS/ViewController.m
+++ b/examples/iOS/ViewController.m
@@ -26,7 +26,7 @@
  * ___VERSION must match the version number of the Gambit header file.
  */
 
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 /*
diff --git a/examples/pthread/pthread.c b/examples/pthread/pthread.c
index b5d2c3e..2b25736 100644
--- a/examples/pthread/pthread.c
+++ b/examples/pthread/pthread.c
@@ -9,7 +9,7 @@
  * ___VERSION must match the version number of the Gambit header file.
  */
 
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 /*
diff --git a/include/gambit.h.in b/include/gambit.h.in
index b4058d0..c364fc7 100644
--- a/include/gambit.h.in
+++ b/include/gambit.h.in
@@ -8,8 +8,8 @@
 #error "___VERSION has not been set by includer"
 #endif
 
-#if ___VERSION != 406002
-#include "gambit-not406002.h"
+#if ___VERSION != 406001
+#include "gambit-not406001.h"
 #else
 
 #ifndef ___GAMBIT_H
diff --git a/lib/c_intf.c b/lib/c_intf.c
index c7266f2..8758fe8 100644
--- a/lib/c_intf.c
+++ b/lib/c_intf.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_C_INTF
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/main.c b/lib/main.c
index a3d8ff3..ce1f202 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -5,7 +5,7 @@
 /* This is the driver of the Gambit-C system */
 
 #define ___INCLUDED_FROM_MAIN
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/mem.c b/lib/mem.c
index f9ed175..8bdf28a 100755
--- a/lib/mem.c
+++ b/lib/mem.c
@@ -3,7 +3,7 @@
 /* Copyright (c) 1994-2009 by Marc Feeley, All Rights Reserved.  */
 
 #define ___INCLUDED_FROM_MEM
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os.c b/lib/os.c
index 1554284..c22d347 100644
--- a/lib/os.c
+++ b/lib/os.c
@@ -28,7 +28,7 @@
  */
 
 #define ___INCLUDED_FROM_OS
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_base.c b/lib/os_base.c
index 58fee01..12bb49d 100644
--- a/lib/os_base.c
+++ b/lib/os_base.c
@@ -7,7 +7,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_BASE
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_dyn.c b/lib/os_dyn.c
index 1549728..7e5cc0d 100644
--- a/lib/os_dyn.c
+++ b/lib/os_dyn.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_DYN
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_files.c b/lib/os_files.c
index 821eb85..e52a42c 100644
--- a/lib/os_files.c
+++ b/lib/os_files.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_FILES
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_io.c b/lib/os_io.c
index 6bb9f8e..3c3a8c4 100644
--- a/lib/os_io.c
+++ b/lib/os_io.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_IO
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_shell.c b/lib/os_shell.c
index c023bc9..395806b 100644
--- a/lib/os_shell.c
+++ b/lib/os_shell.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_SHELL
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_time.c b/lib/os_time.c
index 84e3778..9fdf67f 100644
--- a/lib/os_time.c
+++ b/lib/os_time.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_TIME
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/os_tty.c b/lib/os_tty.c
index 52bd472..d0a1f4c 100644
--- a/lib/os_tty.c
+++ b/lib/os_tty.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_OS_TTY
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/lib/setup.c b/lib/setup.c
index 7a109a0..76d0d7c 100644
--- a/lib/setup.c
+++ b/lib/setup.c
@@ -8,7 +8,7 @@
  */
 
 #define ___INCLUDED_FROM_SETUP
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 #include "os_base.h"
diff --git a/tests/client.c b/tests/client.c
index e3defd0..23726f5 100644
--- a/tests/client.c
+++ b/tests/client.c
@@ -9,7 +9,7 @@
  * ___VERSION must match the version number of the Gambit header file.
  */
 
-#define ___VERSION 406002
+#define ___VERSION 406001
 #include "gambit.h"
 
 /*
diff --git a/tests/test5.ok b/tests/test5.ok
index c8f0895..f511677 100644
--- a/tests/test5.ok
+++ b/tests/test5.ok
@@ -1,7 +1,7 @@
 #ifdef ___LINKER_INFO
-; File: "mix.c", produced by Gambit-C v4.6.2
+; File: "mix.c", produced by Gambit-C v4.6.1
 (
-406002
+406001
 " mix"
 (" mix")
 (
@@ -397,7 +397,7 @@
  #f
 )
 #else
-#define ___VERSION 406002
+#define ___VERSION 406001
 #define ___MODULE_NAME " mix"
 #define ___LINKER_ID ____20_mix
 #define ___MH_PROC ___H__20_mix
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin