]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
2001-08-09 Tim Van Holder <tim.van.holder@pandora.be>
authorTim Van Holder <tim.van.holder@pandora.be>
Thu, 9 Aug 2001 15:08:50 +0000 (15:08 +0000)
committerTim Van Holder <tim.van.holder@pandora.be>
Thu, 9 Aug 2001 15:08:50 +0000 (15:08 +0000)
* lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
extension.

ChangeLog
lib/autoconf/lang.m4

index bed4659a333290ae5684441bc29a9763624a049c..0403e6fd52d5bc981087721abaae358b3d22da79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
+       extension (needed on BeOS).  Reported by Guido van Rossum.
+
 2001-08-09  Akim Demaille  <akim@epita.fr>
 
        * bin/autom4te.in ($icache): Load it only if older than autom4te.
index 70deaa0a58c8bae76312127cd6ba92f48000afad..34f6cae383ea2f13abc4f80d456ffc846450e49e 100644 (file)
@@ -422,7 +422,7 @@ for ac_file in `ls a.exe conftest.exe 2>/dev/null;
                 ls a.out conftest 2>/dev/null;
                 ls a.* conftest.* 2>/dev/null`; do
   case $ac_file in
-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
     a.out ) # We found the default executable, but exeext='' is most
             # certainly right.
             break;;