file created by the PGI compiler.
* NEWS: Version 2.60a.
+2006-08-25 Stepan Kasal <kasal@ucw.cz>
+
+ * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
+ file created by the PGI compiler.
+
2006-08-25 Noah Misch <noah@cs.caltech.edu>
* lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
[$2],
[_AC_MSG_LOG_CONFTEST
$3])
-rm -f core conftest.err conftest.$ac_objext \
+dnl Delete also the IPA/IPO (Inter Procedural Analysis/Optimization)
+dnl information created by the PGI compiler (conftest_ipa8_conftest.oo),
+dnl as it would interfere with the next link command.
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
conftest$ac_exeext m4_ifval([$1], [conftest.$ac_ext])[]dnl
])# _AC_LINK_IFELSE