From 6ae191af1706b62e1d1606893fc44447e8194032 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Thu, 20 Oct 2005 00:54:49 +0000 Subject: [PATCH] fixed URLs and stuff --- AUTHORS | 2 +- ChangeLog | 4 ++-- INSTALL | 5 +++-- README | 4 ++-- configure.ac | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2bb33380..28419825 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,4 +21,4 @@ If you have found a bug, have a patch or a question or would like to make a suggestion please send email to one of our public mailing lists instead of to one or more of the authors. This avoids both potential duplication of work and delays caused by possible vacations. Mailing -list subscription is explained at . +list subscription is explained at . diff --git a/ChangeLog b/ChangeLog index fe906311..9d497859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ This file is not yet operational. Eventually it should record all changes. Till then, you are advised to resort to our CVS server where all changes are logged. This is how to get anonymous read-only access: -$ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs login +$ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC login enter the password `anoncvs' -$ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs -z 9 co GiNaC +$ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC -z 9 co GiNaC diff --git a/INSTALL b/INSTALL index 73061628..31a8f4d9 100644 --- a/INSTALL +++ b/INSTALL @@ -33,11 +33,12 @@ To install from a source .tar.bz2 distribution: To install from CVS: - $ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs login + $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC login [enter "anoncvs" as the password] - $ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs co GiNaC + $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC co GiNaC $ cd GiNaC $ autoreconf -i + $ ./configure $ make [become root if necessary] # make install diff --git a/README b/README index 9a9fd625..93003e72 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ A mailing list is located at: You need to be subscribed to be able to post to the list. To subscribe, please follow the instructions on - http://thep.physik.uni-mainz.de/mailman/listinfo/ginac-list + https://www.cebix.net/mailman/listinfo/ginac-list See http://www.ginac.de/Lists.html for the list policy. @@ -33,7 +33,7 @@ How to report bugs ================== If you have identified a bug in GiNaC you are welcome to send a detailed -bug report to . Please think about your bug! This +bug report to . Please think about your bug! This means that you should include * Information about your system diff --git a/configure.ac b/configure.ac index 9d4b0118..d65dd7f3 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define([ginac_release], [ginac_major_version.ginac_minor_version]) m4_define([ginac_interface_age], [0]) m4_define([ginac_binary_age], [0]) -AC_INIT([GiNaC], ginac_version, []) +AC_INIT([GiNaC], ginac_version, []) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(ginac/basic.cpp) AC_CONFIG_HEADERS(config.h) -- 2.45.1