[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] override sloppy ltconfig exeext test
From: |
Lars J. Aas |
Subject: |
[patch] override sloppy ltconfig exeext test |
Date: |
Fri, 19 Jan 2001 19:49:45 +0100 |
User-agent: |
Mutt/1.2.5i |
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 <address@hidden>
* 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
- [patch] override sloppy ltconfig exeext test,
Lars J. Aas <=