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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
4c671a6b
Commit
4c671a6b
authored
Jun 11, 2002
by
Daniel Koester
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
b1eed993
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.in
+11
-11
11 additions, 11 deletions
configure.in
ltconfig
+0
-0
0 additions, 0 deletions
ltconfig
with
11 additions
and
11 deletions
configure.in
+
11
−
11
View file @
4c671a6b
...
...
@@ -22,14 +22,6 @@ dnl Checks for libraries.
dnl Replace `main' with a function in -lm:
AC_CHECK_LIB(m, main,,AC_MSG_ERROR(No lm library! Exiting...))
dnl Replace `main' with a function in -lX11:
AC_CHECK_LIB(X11, main,,AC_MSG_ERROR(Exiting...))
dnl Replace `main' with a function in -lXext:
AC_CHECK_LIB(Xext, main,,AC_MSG_ERROR(Exiting...))
dnl Replace `main' with a function in -lGL:
AC_CHECK_LIB(GL, main)
dnl Replace `main' with a function in -lgl:
AC_CHECK_LIB(gl, main)
dnl Checks for header files.
AC_HEADER_STDC
...
...
@@ -83,10 +75,18 @@ esac
case "$build_os" in
*linux*)
AC_CHECK_LIB(g2c, main,,,)
AC_CHECK_LIB(blas, main,,AC_MSG_WARN(Problems with libblas: also tried lg2c for Linux...)
make_own_blas_lib=libblas.la,-lg2c);;
AC_CHECK_LIB(MesaGL, main)
AC_CHECK_LIB(g2c, main)
AC_CHECK_LIB(blas, main,,AC_MSG_WARN([Problems with libblas: also tried lg2c for Linux...])
make_own_blas_lib=libblas.la,-lg2c)
AC_CHECK_LIB(X11, main,,AC_MSG_ERROR(Exiting...),-L$x_libraries)
AC_CHECK_LIB(Xext, main,,AC_MSG_ERROR(Exiting...),-L$x_libraries)
;;
*)
AC_CHECK_LIB(X11, main,,AC_MSG_ERROR(Exiting...))
AC_CHECK_LIB(Xext, main,,AC_MSG_ERROR(Exiting...))
AC_CHECK_LIB(gl, main)
AC_CHECK_LIB(GL, main)
AC_CHECK_LIB(blas, main,,
AC_MSG_WARN(Problems with libblas: creating our own...)
make_own_blas_lib=libblas.la,);;
...
...
This diff is collapsed.
Click to expand it.
ltconfig
deleted
100644 → 0
+
0
−
0
View file @
b1eed993
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