Patches for AIX. Checked by Benjamin Collar.
diff --git a/Misc/ACKS b/Misc/ACKS
index 02ac848..e2caad5 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -73,6 +73,7 @@
 Mike Clarkson
 Steve Clift
 Dave Cole
+Benjamin Collar
 Jeffery Collins
 Matt Conway
 Scott Cotton
diff --git a/configure.in b/configure.in
index 0fd8cee..a96bc28 100644
--- a/configure.in
+++ b/configure.in
@@ -225,7 +225,7 @@
 then
 	case $ac_sys_system in
 	AIX*)
-	   LINKCC="\$(srcdir)/makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$(CC)";;
+	   LINKCC="\$(srcdir)/Modules/makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$(CC)";;
 	dgux*)
 	   LINKCC="LD_RUN_PATH=$libdir \$(PURIFY) \$(CC)";;
 	Monterey64*)
@@ -532,7 +532,7 @@
 if test -z "$LDSHARED"
 then
 	case $ac_sys_system/$ac_sys_release in
-	AIX*) LDSHARED="\$(srcdir)/ld_so_aix \$(CC)";;
+	AIX*) LDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC)";;
 	BeOS*) LDSHARED="\$(srcdir)/../BeOS/linkmodule -L.. -lpython\$(VERSION)";;
 	IRIX/5*) LDSHARED="ld -shared";;
 	IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;