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.
+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.
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
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