Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
fcc22915
Commit
fcc22915
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
really require fltk to be *installed*
parent
dcd09fb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+0
-42
0 additions, 42 deletions
configure
configure.in
+1
-4
1 addition, 4 deletions
configure.in
with
1 addition
and
46 deletions
configure
+
0
−
42
View file @
fcc22915
...
...
@@ -2744,48 +2744,6 @@ esac
fi
FLTKCONFIG
=
$ac_cv_path_FLTKCONFIG
if
test
-n
"
$FLTKCONFIG
"
;
then
echo
"
$as_me
:
$LINENO
: result:
$FLTKCONFIG
"
>
&5
echo
"
${
ECHO_T
}
$FLTKCONFIG
"
>
&6
else
echo
"
$as_me
:
$LINENO
: result: no"
>
&5
echo
"
${
ECHO_T
}
no"
>
&6
fi
fi
if
test
"x
${
FLTKCONFIG
}
"
=
"x"
;
then
# Extract the first word of "fltk-config", so it can be a program name with args.
set
dummy fltk-config
;
ac_word
=
$2
echo
"
$as_me
:
$LINENO
: checking for
$ac_word
"
>
&5
echo
$ECHO_N
"checking for
$ac_word
...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_path_FLTKCONFIG
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
case
$FLTKCONFIG
in
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_cv_path_FLTKCONFIG
=
"
$FLTKCONFIG
"
# Let the user override the test with a path.
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
${
HOME
}
/SOURCES/fltk-1.1
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
$as_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_path_FLTKCONFIG
=
"
$as_dir
/
$ac_word$ac_exec_ext
"
echo
"
$as_me
:
$LINENO
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
test
-z
"
$ac_cv_path_FLTKCONFIG
"
&&
ac_cv_path_FLTKCONFIG
=
""""
;;
esac
fi
FLTKCONFIG
=
$ac_cv_path_FLTKCONFIG
if
test
-n
"
$FLTKCONFIG
"
;
then
echo
"
$as_me
:
$LINENO
: result:
$FLTKCONFIG
"
>
&5
echo
"
${
ECHO_T
}
$FLTKCONFIG
"
>
&6
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
4
View file @
fcc22915
dnl "$Id: configure.in,v 1.
5
2003-02-11 22:0
1:4
3 geuzaine Exp $"
dnl "$Id: configure.in,v 1.
6
2003-02-11 22:0
9:5
3 geuzaine Exp $"
dnl
dnl Machine independent configuration script for Gmsh.
dnl
...
...
@@ -90,9 +90,6 @@ if test "x$enable_gui" != "xno"; then
if test "x${FLTKCONFIG}" = "x" -a "x${FLTK_PREFIX}" != "x" ; then
AC_PATH_PROG(FLTKCONFIG,fltk-config,"",${FLTK_PREFIX})
fi
if test "x${FLTKCONFIG}" = "x" ; then
AC_PATH_PROG(FLTKCONFIG,fltk-config,"",${HOME}/SOURCES/fltk-1.1)
fi
if test "x$FLTKCONFIG" = "x"; then
AC_MSG_ERROR(Could not find fltk-config. Try --with-prefix-fltk?)
fi
...
...
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