From c0d6a234de6d7e4f78e5df13f71ab252482fd425 Mon Sep 17 00:00:00 2001 From: Daniel Koester <Koester@Math.Uni-Augsburg.DE> Date: Fri, 17 Nov 2006 18:08:51 +0000 Subject: [PATCH] Some changes for using autoconf 2.60 automake 1.9.6 libtool 1.5.22 --- MAINTENANCE | 52 ++++++++++++++++++++++++++-------------------------- README | 44 ++++++++++++++++++++++---------------------- configure.ac | 2 +- 3 files changed, 49 insertions(+), 49 deletions(-) diff --git a/MAINTENANCE b/MAINTENANCE index 35e6cb5..e109d1c 100644 --- a/MAINTENANCE +++ b/MAINTENANCE @@ -8,34 +8,34 @@ claus@mathematik.uni-freiburg.de I) Introduction and Maintenance =============================== -The alberta-2.0 package is currently distributed using GNU "autoconf 2.59", -"automake 1.9.1", and "libtool 1.5.8". Since some unusual compilation was +The alberta-2.0 package is currently distributed using GNU "autoconf 2.60", +"automake 1.9.6", and "libtool 1.5.22". Since some unusual compilation was necessary, a few hints seemed like a good idea. Here is the general -structure of the alberta-2.0 packages: - - __________ alberta/ __________ src/ _______|--- 1d/ - / \ |--- 2d/ - / -- doc/ |--- 3d/ - / |--- Common/ - /_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/ -alberta-2.0 / |--- 2d/ - \ |--- 3d/ - \ |--- Common/ - \ - \__________ alberta_util/ ___ src/ - \ +structure of the alberta2-2.0 packages: + + __________ alberta/ __________ src/ _______|--- 1d/ + / \ |--- 2d/ + / -- doc/ |--- 3d/ + / |--- Common/ + /_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/ +alberta2-2.0 / |--- 2d/ + \ |--- 3d/ + \ |--- Common/ + \ + \__________ alberta_util/ ___ src/ \ - \_______ add_ons/ ---- GRAPE/ __ mesh/ ____|--- 2d/ - \ \ |--- 3d/ - \ \ |--- Common/ - \ \ - \ - MESHTV/ ___|--- 1d/ - \ |--- 2d/ - \ |--- 3d/ - \ |--- Common/ - \ - \_ configure.ac and other distribution - files + \ + \_______ add_ons/ ---- GRAPE/ __ mesh/ ____|--- 2d/ + \ \ |--- 3d/ + \ \ |--- Common/ + \ \ + \ - MESHTV/ ___|--- 1d/ + \ |--- 2d/ + \ |--- 3d/ + \ |--- Common/ + \ + \_ configure.ac and other distribution + files We keep track of the "Makefile.am"s, which are processed by automake diff --git a/README b/README index a5e2eed..1dde6b6 100644 --- a/README +++ b/README @@ -46,29 +46,29 @@ ALBERTA. The directory layout Contained in the package are the following sub-packages: - __________ alberta/ __________ src/ _______|--- 1d/ - / \ |--- 2d/ - / -- doc/ |--- 3d/ - / |--- Common/ - /_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/ -alberta-2.0 / |--- 2d/ - \ |--- 3d/ - \ |--- Common/ - \ - \__________ alberta_util/ ___ src/ - \ + __________ alberta/ __________ src/ _______|--- 1d/ + / \ |--- 2d/ + / -- doc/ |--- 3d/ + / |--- Common/ + /_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/ +alberta2-2.0 / |--- 2d/ + \ |--- 3d/ + \ |--- Common/ + \ + \__________ alberta_util/ ___ src/ \ - \_______ add_ons/ ---- grape/ __ mesh/ ____|--- 2d/ - \ \ |--- 3d/ - \ \ |--- Common/ - \ \ - \___ - meshtv/ ___|--- 1d/ - \ |--- 2d/ - \ |--- 3d/ - \ |--- Common/ - \ - \_ configure.ac and other distribution - files + \ + \_______ add_ons/ ---- grape/ __ mesh/ ____|--- 2d/ + \ \ |--- 3d/ + \ \ |--- Common/ + \ \ + \___ - meshtv/ ___|--- 1d/ + \ |--- 2d/ + \ |--- 3d/ + \ |--- Common/ + \ + \_ configure.ac and other distribution + files 1) alberta The main package. diff --git a/configure.ac b/configure.ac index c9cc82b..8528790 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.52) +AC_PREREQ(2.59) AC_INIT([alberta2], [2.0], [claus@mathematik.uni-freiburg.de,koester@math.uni-augsburg.de]) AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h]) -- GitLab