# === Variables that are customizable by hand or by inclusion in Setup ===
-LINKCC= $(PURIFY) @LINKCC@
+LINKCC= @LINKCC@
INCLDIR= $(srcdir)/../Include
CONFIGINCLDIR= ..
CFLAGS= $(OPT) -I$(INCLDIR) -I$(CONFIGINCLDIR) $(DEFS)
#! /bin/sh
-# From configure.in Revision: 1.60
+# From configure.in Revision: 1.61
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
then
case $ac_sys_system in
AIX*)
- LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(CC)";;
- *) LINKCC="\$(CC)";;
+ LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$(CC)";;
+ *) LINKCC="\$(PURIFY) \$(CC)";;
esac
fi
echo "$ac_t""$LINKCC" 1>&6
then
case $ac_sys_system in
AIX*)
- LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(CC)";;
- *) LINKCC="\$(CC)";;
+ LINKCC="makexp_aix python.exp \"\" \$(LIBRARY); \$(PURIFY) \$(CC)";;
+ *) LINKCC="\$(PURIFY) \$(CC)";;
esac
fi
AC_MSG_RESULT($LINKCC)