From: Christian Bauer Date: Thu, 20 Oct 2005 00:54:13 +0000 (+0000) Subject: fixed URLs and stuff X-Git-Tag: release_1-4-0~144 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=4c0bbba10dc30ffc2123df7d3978e7a5aa62cddb fixed URLs and stuff --- 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 4b7c3d04..638e25b3 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.52) AC_CONFIG_SRCDIR(ginac/basic.cpp) AC_CONFIG_HEADERS(config.h)