From: Akim Demaille Date: Thu, 30 Nov 2000 16:22:30 +0000 (+0000) Subject: * acspecific.m4 (_AC_EXEEXT): Also remove conftest$ac_exeext. X-Git-Tag: autoconf-2.50~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a40aa45cea96224bb22023dbd7b3197bb842a5;p=thirdparty%2Fautoconf.git * acspecific.m4 (_AC_EXEEXT): Also remove conftest$ac_exeext. Reported by Pavel. --- diff --git a/ChangeLog b/ChangeLog index fe9e10742..f09904f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-30 Akim Demaille + + * acspecific.m4 (_AC_EXEEXT): Also remove conftest$ac_exeext. + Reported by Pavel. + 2000-11-30 Akim Demaille * acspecific.m4 (_AC_EXEEXT, _AC_OBJEXT): Make the two macros more diff --git a/acspecific.m4 b/acspecific.m4 index 48527b505..521f70756 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -1215,7 +1215,7 @@ m4_define([_AC_EXEEXT], break;; esac done - rm -f conftest.$ac_objext conftest.$ac_ext + rm -f conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext else AC_MSG_ERROR([cannot compile and link]) fi diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 48527b505..521f70756 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -1215,7 +1215,7 @@ m4_define([_AC_EXEEXT], break;; esac done - rm -f conftest.$ac_objext conftest.$ac_ext + rm -f conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext else AC_MSG_ERROR([cannot compile and link]) fi