* tests/suffix.test: Test it.
+2007-10-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * ltmain.in: Accept extension `.sx'.
+ * tests/suffix.test: Test it.
+
2007-09-05 Eric Blake <ebb9@byu.net>
* libltdl/ltdl.c (lt_dlcaller_get_data): Work even when no caller
*.for) xform=for ;;
*.java) xform=java ;;
*.obj) xform=obj ;;
+ *.sx) xform=sx ;;
esac
libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
# Extensions taken from the ones that Automake recognizes, plus Objective C,
# and GNU Ada.
-extensions="C F S ada adb ads asm c c++ cc cpp cxx f f90 F90 f95 F95 f03 F03 for m s"
+extensions="C F S ada adb ads asm c c++ cc cpp cxx f f90 F90 f95 F95 f03 F03 for m s sx"
bad_names="foo."
# Test script header.