I suggested this one before, but there was never any comments, so
here's a more "official" submittal...  I know it's kind of "the wrong
fix", but a right fix won't help with the latest released libtool,
and a new libtool release can be some time off...

2000-01-19  Lars J. Aas  <[EMAIL PROTECTED]>

        * aclang.m4 (_AC_COMPILER_EXEEXT_*): export ac_cv_exeext
        so ltconfig believes the value is cached and skips its own
        faulty test.

Index: aclang.m4
===================================================================
RCS file: /cvs/autoconf/aclang.m4,v
retrieving revision 1.112
diff -u -r1.112 aclang.m4
--- aclang.m4   2001/01/19 14:03:14     1.112
+++ aclang.m4   2001/01/19 18:39:49
@@ -671,6 +671,7 @@
   case $ac_file in
     *.$ac_ext | *.out | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
+          export ac_cv_exeext
           break;;
     * ) break;;
   esac
@@ -697,6 +698,7 @@
   case $ac_file in
     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
+          export ac_cv_exeext
           break;;
     * ) break;;
   esac

Reply via email to