* lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
extension.
+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.
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;;