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
c12b7ca4
Commit
c12b7ca4
authored
21 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Use a really dirty hack to make libtool work with icc. libtool is _really_
brain-damaged w.r.t. to fortran.
parent
311a5039
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
+9
-10
9 additions, 10 deletions
configure.ac
with
9 additions
and
10 deletions
configure.ac
+
9
−
10
View file @
c12b7ca4
...
...
@@ -37,13 +37,6 @@ AM_CONFIG_HEADER([config.h])
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
dnl
dnl quick hack for icc
dnl
if test "`basename $CC`" = "icc"; then
lt_cv_prog_cc_wl='-Wl,'
fi
AC_PROG_F77
dnl
dnl Mmmh. Quite elaborated nowadays
...
...
@@ -52,10 +45,16 @@ AC_F77_WRAPPERS
AC_F77_MAIN
AC_F77_LIBRARY_LDFLAGS
dnl
dnl quick and very dirty hack for icc
dnl
if test `basename $CC` = icc; then
GCC=yes
fi
AC_PROG_LIBTOOL
if test `basename $CC` = icc; then
GCC=no
fi
# change the installation directory. This could surely be done more elegantly...
AC_PREFIX_DEFAULT([`pwd`])
...
...
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