Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
c0d6a234
Commit
c0d6a234
authored
18 years ago
by
Daniel Koester
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MAINTENANCE
+26
-26
26 additions, 26 deletions
MAINTENANCE
README
+22
-22
22 additions, 22 deletions
README
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
49 additions
and
49 deletions
MAINTENANCE
+
26
−
26
View file @
c0d6a234
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README
+
22
−
22
View file @
c0d6a234
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
c0d6a234
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5
2
)
AC_PREREQ(2.5
9
)
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])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment