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
72fb7da6
Commit
72fb7da6
authored
19 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Use OPENGL_ALL_LIB, not ...LIBS, add Geomview stuff. cH.
parent
f7744ed6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+8
-1
8 additions, 1 deletion
configure.ac
with
8 additions
and
1 deletion
configure.ac
+
8
−
1
View file @
72fb7da6
...
@@ -12,6 +12,7 @@ AC_CONFIG_FILES([Makefile gnu-compat/Makefile
...
@@ -12,6 +12,7 @@ AC_CONFIG_FILES([Makefile gnu-compat/Makefile
alberta_util/Makefile alberta_util/src/Makefile
alberta_util/Makefile alberta_util/src/Makefile
alberta_util/src/alberta_util_inlines.h.in
alberta_util/src/alberta_util_inlines.h.in
add_ons/Makefile
add_ons/Makefile
add_ons/geomview/Makefile
add_ons/grape/Makefile
add_ons/grape/Makefile
add_ons/grape/mesh/Makefile
add_ons/grape/mesh/Makefile
add_ons/grape/mesh/2d/Makefile
add_ons/grape/mesh/2d/Makefile
...
@@ -248,7 +249,7 @@ ALBERTA_CHECK_PACKAGE(opengl, GL, ,${X_ALL_LIBS}, GL/gl.h,,,required)
...
@@ -248,7 +249,7 @@ ALBERTA_CHECK_PACKAGE(opengl, GL, ,${X_ALL_LIBS}, GL/gl.h,,,required)
dnl
dnl
dnl check for optional package gltools
dnl check for optional package gltools
dnl
dnl
ALBERTA_CHECK_PACKAGE(gltools, gltools, , ${X_ALL_LIBS}, glmesh.h,,,optional)
ALBERTA_CHECK_PACKAGE(gltools, gltools, ,
${OPENGL_ALL_LIB}
${X_ALL_LIBS}, glmesh.h,,,optional)
dnl
dnl
dnl GRAPE interface stuff
dnl GRAPE interface stuff
...
@@ -260,6 +261,12 @@ dnl MeshTV interface stuff
...
@@ -260,6 +261,12 @@ dnl MeshTV interface stuff
dnl
dnl
ALBERTA_CHECK_PACKAGE(silo, silo, ,, silo.h, , ,optional)
ALBERTA_CHECK_PACKAGE(silo, silo, ,, silo.h, , ,optional)
dnl
dnl Geomview interface, should not depend on any other installed
dnl library, just a conversion tool.
dnl
AM_CONDITIONAL(GEOMVIEW, true)
dnl
dnl
dnl Debugging
dnl Debugging
dnl
dnl
...
...
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