summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-03-03 21:47:00 (GMT)
committerGuido van Rossum <guido@python.org>1998-03-03 21:47:00 (GMT)
commit69f65801aba085385625ea7a4a14c6253f680fff (patch)
treed1401dcf6af0d6158b024ff946757239d3d13901 /configure.in
parent34eefe59f2b4d35f23c14fec5b11c225b4568377 (diff)
downloadcpython-69f65801aba085385625ea7a4a14c6253f680fff.zip
cpython-69f65801aba085385625ea7a4a14c6253f680fff.tar.gz
cpython-69f65801aba085385625ea7a4a14c6253f680fff.tar.bz2
Misc changes for AIX: install the python.exp file, and properly use $(srcdir).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2deb753..358c924 100644
--- a/configure.in
+++ b/configure.in
@@ -322,7 +322,7 @@ AC_MSG_CHECKING(LINKFORSHARED)
if test -z "$LINKFORSHARED"
then
case $ac_sys_system/$ac_sys_release in
- AIX*) LINKFORSHARED='-Wl,-bE:$(srcdir)/python.exp -lld';;
+ AIX*) LINKFORSHARED='-Wl,-bE:python.exp -lld';;
hp*|HP*)
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
Linux*) LINKFORSHARED="-Xlinker -export-dynamic";;