Skip to content
Snippets Groups Projects
Commit c0d6a234 authored by Daniel Koester's avatar Daniel Koester
Browse files

Some changes for using

autoconf 2.60
automake 1.9.6
libtool 1.5.22
parent 9403b3b7
No related branches found
No related tags found
No related merge requests found
...@@ -8,34 +8,34 @@ claus@mathematik.uni-freiburg.de ...@@ -8,34 +8,34 @@ claus@mathematik.uni-freiburg.de
I) Introduction and Maintenance I) Introduction and Maintenance
=============================== ===============================
The alberta-2.0 package is currently distributed using GNU "autoconf 2.59", The alberta-2.0 package is currently distributed using GNU "autoconf 2.60",
"automake 1.9.1", and "libtool 1.5.8". Since some unusual compilation was "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 necessary, a few hints seemed like a good idea. Here is the general
structure of the alberta-2.0 packages: structure of the alberta2-2.0 packages:
__________ alberta/ __________ src/ _______|--- 1d/ __________ alberta/ __________ src/ _______|--- 1d/
/ \ |--- 2d/ / \ |--- 2d/
/ -- doc/ |--- 3d/ / -- doc/ |--- 3d/
/ |--- Common/ / |--- Common/
/_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/ /_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/
alberta-2.0 / |--- 2d/ alberta2-2.0 / |--- 2d/
\ |--- 3d/ \ |--- 3d/
\ |--- Common/ \ |--- Common/
\ \
\__________ alberta_util/ ___ src/ \__________ alberta_util/ ___ src/
\
\ \
\_______ add_ons/ ---- GRAPE/ __ mesh/ ____|--- 2d/ \
\ \ |--- 3d/ \_______ add_ons/ ---- GRAPE/ __ mesh/ ____|--- 2d/
\ \ |--- Common/ \ \ |--- 3d/
\ \ \ \ |--- Common/
\ - MESHTV/ ___|--- 1d/ \ \
\ |--- 2d/ \ - MESHTV/ ___|--- 1d/
\ |--- 3d/ \ |--- 2d/
\ |--- Common/ \ |--- 3d/
\ \ |--- Common/
\_ configure.ac and other distribution \
files \_ configure.ac and other distribution
files
We keep track of the "Makefile.am"s, which are processed by automake We keep track of the "Makefile.am"s, which are processed by automake
......
...@@ -46,29 +46,29 @@ ALBERTA. ...@@ -46,29 +46,29 @@ ALBERTA.
The directory layout The directory layout
Contained in the package are the following sub-packages: Contained in the package are the following sub-packages:
__________ alberta/ __________ src/ _______|--- 1d/ __________ alberta/ __________ src/ _______|--- 1d/
/ \ |--- 2d/ / \ |--- 2d/
/ -- doc/ |--- 3d/ / -- doc/ |--- 3d/
/ |--- Common/ / |--- Common/
/_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/ /_____________ demo/ __ src/ _______|--- 1d/ |--- alberta*/
alberta-2.0 / |--- 2d/ alberta2-2.0 / |--- 2d/
\ |--- 3d/ \ |--- 3d/
\ |--- Common/ \ |--- Common/
\ \
\__________ alberta_util/ ___ src/ \__________ alberta_util/ ___ src/
\
\ \
\_______ add_ons/ ---- grape/ __ mesh/ ____|--- 2d/ \
\ \ |--- 3d/ \_______ add_ons/ ---- grape/ __ mesh/ ____|--- 2d/
\ \ |--- Common/ \ \ |--- 3d/
\ \ \ \ |--- Common/
\___ - meshtv/ ___|--- 1d/ \ \
\ |--- 2d/ \___ - meshtv/ ___|--- 1d/
\ |--- 3d/ \ |--- 2d/
\ |--- Common/ \ |--- 3d/
\ \ |--- Common/
\_ configure.ac and other distribution \
files \_ configure.ac and other distribution
files
1) alberta 1) alberta
The main package. The main package.
......
# Process this file with autoconf to produce a configure script. # 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_INIT([alberta2], [2.0], [claus@mathematik.uni-freiburg.de,koester@math.uni-augsburg.de])
AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h]) AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment