Skip to content
Snippets Groups Projects
Commit 72fb7da6 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment