]> git.pld-linux.org Git - packages/gcl.git/commitdiff
- updated for 2.4.1 gcl-2_4_1-1
authorfilon <filon@sokrates.mimuw.edu.pl>
Mon, 18 Feb 2002 19:43:08 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcl-info.patch -> 1.3
    gcl-libgmp.patch -> 1.2
    gcl-make.patch -> 1.2

gcl-info.patch
gcl-libgmp.patch
gcl-make.patch

index da2100ae780dfd6a54f893f5492851bb6ec98e84..50abfa99fa6ec5c85347cdebaebd1aabbabf6252 100644 (file)
  
  @setchapternewpage odd
  @ifinfo
---- gcl-2.4.0/info/control.texi~.      Wed Dec  5 09:00:07 2001
-+++ gcl-2.4.0/info/control.texi        Wed Dec  5 09:00:26 2001
-@@ -82,7 +82,7 @@
- The @b{after} command always returns an empty string.
--@xref{tkerror}
-+@xref{tkerror}.
- @unnumberedsubsec Keywords
- delay, sleep, time
-@@ -476,7 +476,7 @@
- The command will be executed at global level (outside the context
- of any Tcl procedure).
--@xref{tkerror}
-+@xref{tkerror}.
- @unnumberedsubsec Keywords
- form, manual
index b6506bb408d2866a1fb182e6e8d74f5d76651c7b..ecc3a7bb555aeeadbfe1821d18b16e2021c9e8a5 100644 (file)
  AC_MSG_CHECKING([for gettimeofday declaration])
  AC_EGREP_HEADER(gettimeofday, sys/time.h, AC_MSG_RESULT(present), [
      AC_MSG_RESULT(missing)
-@@ -731,19 +731,16 @@
+@@ -731,19 +731,13 @@
  rm -f makedefsafter
  if test $use_gmp = yes ; then
-- AC_MSG_CHECKING("use_gmp=yes, doing configure in gmp directory")
+- AC_MSG_CHECKING([use_gmp=yes, doing configure in gmp directory])
 - case "${canonical}" in
--   i[5-9]86* | pentium* | k6* | athlon*)
--      (cd gmp ; ./configure --target=pentium) ;;
+-   i[[5-9]]86* | pentium* | k6* | athlon*)
+-      (cd gmp ; ./configure --target=i486) ;;
 -   *)
 -      (cd gmp ; ./configure) ;;
 - esac
-+
+- test -f gmp/mpn/add_n.* || cp gmp/mpn/generic/*.c gmp/mpn/
 + AC_MSG_CHECKING("use_gmp=yes, checking for libgmp")
 + AC_CHECK_LIB(gmp,mpz_gcd,,true)
   GMP=1
@@ -40,7 +40,6 @@
 - echo 'MPFILES=${GMP_DIR}libgmp.a' >> makedefsafter
 + echo 'MPFILES=-lgmp' >> makedefsafter
   echo >> makedefsafter
-+
  fi
   
+
index 22f7a9564f3989bf125f7fe7799c074bb573fcb8..cfb932e23598bd5d6440f4e16f71999a0bb65c17 100644 (file)
@@ -1,59 +1,6 @@
 diff -urN gcl-2.4.0/makefile gcl-2.4.0.new/makefile
 --- gcl-2.4.0/makefile Sun May  6 08:18:49 2001
 +++ gcl-2.4.0.new/makefile     Sat Nov 17 10:50:38 2001
-@@ -25,10 +25,10 @@
- # root for the installation, eg /usr/local
- # This would cause make install to create /usr/local/bin/gcl and
- # /usr/local/lib/gcl-2-??/* with some basic files.
--prefix=/usr/local
-+prefix=/usr
- # where to place the info files
--INFO_DIR=/usr/local/info/
-+INFO_DIR=/usr/share/info/
- # where to put emacs lisp files.
- EMACS_SITE_LISP=/usr/share/emacs/20.7/site-lisp
-@@ -38,28 +38,28 @@
- # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
- # if these are found.
--TK_CONFIG_PREFIX=/usr/local/lib
--TK_LIBRARY=/usr/local/lib/tk8.3
--TCL_LIBRARY=/usr/local/lib/tcl8.3
-+TK_CONFIG_PREFIX=/usr/lib
-+TK_LIBRARY=/usr/lib/tk8.3
-+TCL_LIBRARY=/usr/lib/tcl8.3
- TK_XINCLUDES=-I/usr/X11R6/include
--TK_INCLUDE=-I/usr/local/lib/../include
--TCL_INCLUDE=-I/usr/local/lib/../include
--TK_LIB_SPEC=-L/usr/local/lib -ltk8.3
--TK_BUILD_LIB_SPEC=-L/home/wfs/src/tk8.3.2/unix -ltk8.3
-+TK_INCLUDE=-I/usr/lib/../include
-+TCL_INCLUDE=-I/usr/lib/../include
-+TK_LIB_SPEC=-L/usr/lib -ltk8.3
-+TK_BUILD_LIB_SPEC=-L/usr/lib -ltk8.3
- TK_XLIBSW=-L/usr/X11R6/lib -lX11
- TK_XINCLUDES=-I/usr/X11R6/include
--TCL_LIB_SPEC=-L/usr/local/lib -ltcl8.3${TCL_DBGX}
-+TCL_LIB_SPEC=-L/usr/lib -ltcl8.3${TCL_DBGX}
- TCL_DL_LIBS=-ldl
--TCL_LIBS=-ldl -lm
-+TCL_LIBS=-ldl  -lm
--NOTIFY=yes
-+NOTIFY=no
- GCC=gcc
--GCLDIR=/home/wfs/cvs/gcl
-+GCLDIR=/home/users/filip/rpm/BUILD/gcl-2.4.0
- SHELL=/bin/sh
- MACHINE=386-linux
 @@ -133,10 +133,10 @@
        (cd $(BINDIR); make all)
        make mpfiles
This page took 0.070249 seconds and 4 git commands to generate.