Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
c10e06cf
Commit
c10e06cf
authored
19 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
ar for Solaris
parent
7c1b27bd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+40
-0
40 additions, 0 deletions
configure
configure.in
+1
-0
1 addition, 0 deletions
configure.in
with
41 additions
and
0 deletions
configure
+
40
−
0
View file @
c10e06cf
...
@@ -21389,6 +21389,46 @@ fi
...
@@ -21389,6 +21389,46 @@ fi
if test "$LEX" = :; then
if test "$LEX" = :; then
LEX=${am_missing_run}flex
LEX=${am_missing_run}flex
fi
fi
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; 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_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $AR in
[\\/]* | ?:[\\/]*)
ac_cv_path_AR="$AR" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_dummy="$PATH:/usr/ucb:/usr/ccs/bin"
for as_dir in $as_dummy
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_AR="$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_AR" && ac_cv_path_AR="ar"
;;
esac
fi
AR=$ac_cv_path_AR
if test -n "$AR"; then
echo "$as_me:$LINENO: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
case "$host_os" in
case "$host_os" in
cygwin*)
cygwin*)
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
0
View file @
c10e06cf
...
@@ -34,6 +34,7 @@ AC_PROG_LN_S
...
@@ -34,6 +34,7 @@ AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_MAKE_SET
AC_PROG_YACC
AC_PROG_YACC
AM_PROG_LEX
AM_PROG_LEX
AC_PATH_PROG(AR, ar, ar, $PATH:/usr/ucb:/usr/ccs/bin) dnl for Solaris
dnl *** Building mingw32 with cygwin compiler ***
dnl *** Building mingw32 with cygwin compiler ***
case "$host_os" in
case "$host_os" in
...
...
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