Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
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
Container Registry
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
The Tor Project
Applications
Mullvad Browser
Commits
2f26f461
Commit
2f26f461
authored
16 years ago
by
Robert Kaiser
Browse files
Options
Downloads
Patches
Plain Diff
bug 450948 - Remove Mac case from AUTOCONF detection code - simple, slightly hacky, new fix, r=ted
parent
c42140ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client.mk
+3
-5
3 additions, 5 deletions
client.mk
with
3 additions
and
5 deletions
client.mk
+
3
−
5
View file @
2f26f461
...
...
@@ -89,11 +89,9 @@ endif
TOPSRCDIR
=
$(
CWD
)
endif
ifeq
(Darwin,$(shell uname -s))
AUTOCONF
?=
autoconf213
else
AUTOCONF
?=
$(
shell which autoconf-2.13 autoconf2.13 autoconf213 |
head
-1
)
endif
# try to find autoconf 2.13 - discard errors from 'which'
# MacOS X 10.4 sends "no autoconf*" errors to stdout, discard those via grep
AUTOCONF
?=
$(
shell which autoconf-2.13 autoconf2.13 autoconf213 2>/dev/null |
grep
-v
'^no autoconf'
|
head
-1
)
MKDIR
:=
mkdir
SH
:=
/bin/sh
...
...
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