Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
eab42bf0
Commit
eab42bf0
authored
Jan 26, 2013
by
doko@python.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
parent
fb931902
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
Misc/NEWS
Misc/NEWS
+2
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-1
No files found.
Misc/NEWS
View file @
eab42bf0
...
...
@@ -547,6 +547,8 @@ Tests
Build
-----
-
Issue
#
3718
:
Use
AC_ARG_VAR
to
set
MACHDEP
in
configure
.
ac
.
-
Issue
#
17031
:
Fix
running
regen
in
cross
builds
.
-
Issue
#
3754
:
fix
typo
in
pthread
AC_CACHE_VAL
.
...
...
configure
View file @
eab42bf0
...
...
@@ -810,6 +810,7 @@ with_computed_gotos
ac_precious_vars
=
'build_alias
host_alias
target_alias
MACHDEP
CC
CFLAGS
LDFLAGS
...
...
@@ -1484,6 +1485,7 @@ Optional Packages:
default on supported compilers)
Some influential environment variables:
MACHDEP name for machine-dependent library files
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
...
...
configure.ac
View file @
eab42bf0
...
...
@@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
## [Use (OpenStep|Rhapsody) dynamic linker]))
##
# Set name for machine-dependent library files
AC_
SUBST(MACHDEP
)
AC_
ARG_VAR([MACHDEP], [name for machine-dependent library files]
)
AC_MSG_CHECKING(MACHDEP)
if test -z "$MACHDEP"
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment