projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
054b3a2
)
Added $(srcdir)/ prefix to python.exp for AIX.
author
Guido van Rossum
<guido@python.org>
Tue, 13 May 1997 17:59:29 +0000
(17:59 +0000)
committer
Guido van Rossum
<guido@python.org>
Tue, 13 May 1997 17:59:29 +0000
(17:59 +0000)
No idea if this actually works...
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7d000bf54d4159fd7f05b22a1f44065008d5472c..616851ab6853068dcbc85247e3216ed94e9d91e2 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-213,7
+213,7
@@
AC_MSG_CHECKING(LINKFORSHARED)
if test -z "$LINKFORSHARED"
then
case $ac_sys_system/$ac_sys_release in
- AIX*) LINKFORSHARED=
"-Wl,-bE:python.exp -lld"
;;
+ AIX*) LINKFORSHARED=
'-Wl,-bE:$(srcdir)/python.exp -lld'
;;
hp*|HP*)
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
Linux*) LINKFORSHARED="-rdynamic";;