From 5769ad250e45d839d0884293dce6d7784a39eef3 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Fri, 24 Nov 2000 20:51:01 +0000 Subject: [PATCH] * */*: Removed problematic stdin, stdout and stderr definitions. 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 | 5 +++++ Makefile.devel | 6 +++--- Makefile.in | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 49b7ba2..d29a7f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-24 Richard Kreckel + + * */*: 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. diff --git a/Makefile.devel b/Makefile.devel index bbc1484..966be0d 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -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 diff --git a/Makefile.in b/Makefile.in index 2e64d21..4ce83a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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