]> www.ginac.de Git - cln.git/commitdiff
* */*: Removed problematic stdin, stdout and stderr definitions.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 24 Nov 2000 20:51:01 +0000 (20:51 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 24 Nov 2000 20:51:01 +0000 (20:51 +0000)
          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
        * Makefile.devel: Use bzip2.
        * Makefile.in: Target maintainer-clean remove cln-config cln-config.1.

ChangeLog
Makefile.devel
Makefile.in

index 49b7ba2741f2aadacdeb49991f3f4dead53d6a4c..d29a7f998102c1ed3c0d57ccb082e59334f7736f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-24  Richard Kreckel  <kreckel@ginac.de>
+
+        * */*: Removed problematic stdin, stdout and stderr definitions.  
+          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
+
 2000-11-20  Bruno Haible
 
         * cln-config.1: change title.
index bbc1484a4b14c34b5275bcc849a534bbc3113be5..966be0db07a7390c7f242fa26d7cd1c4126f0fcb 100644 (file)
@@ -7,10 +7,10 @@ SHELL = /bin/sh
 MAKE = make
 
 
-# GNU tar together with GNU gzip. Excellent performance.
+# GNU tar together with GNU bzip2. Excellent performance.
 PACK = tar
-PACKOPT = cvfhz
-PACKEXT = .tar.z
+PACKOPT = cvfhI
+PACKEXT = .tar.bz2
 
 
 all : configures documentation
index 2e64d21dcd1885b4230a3a02eb70524c6148695b..4ce83a792b30d488bde7d066cd476c3671c1c357 100644 (file)
@@ -67,7 +67,7 @@ distclean : force
 maintainer-clean : force
        cd @subdir@; if test -f Makefile; then $(MAKE) maintainer-clean; fi
        $(RM) config.status config.log config.cache Makefile
-       $(RM) cln-config
+       $(RM) cln-config cln-config.1 cln.spec
        $(RM) libtool
        $(RM) include/cln/config.h include/cln/intparam.h include/cln/floatparam.h src/base/cl_base_config.h src/base/cl_gmpconfig.h src/float/cl_float_config.h src/timing/cl_t_config.h