]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Accept extension `.sx'.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Oct 2007 19:34:05 +0000 (19:34 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Oct 2007 19:34:05 +0000 (19:34 +0000)
* tests/suffix.test: Test it.

ChangeLog
ltmain.in
tests/suffix.test

index 293dbf3399edb2821beb74e01704696a024a7ef0..ae5122558a57e81849a94bc1248f6202d3a32bff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 5beacf68b2e25c7d1a3533eaae97b61b5b82d190..40a00798fddf21c1ab1ec80bf71d4e77a33d5605 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -788,6 +788,7 @@ if test -z "$show_help"; then
     *.for) xform=for ;;
     *.java) xform=java ;;
     *.obj) xform=obj ;;
+    *.sx) xform=sx ;;
     esac
 
     libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
index 48e1c546a4a925bec23f34195ee7c571828ab6f4..8e4ca0983448b98ae770b9eff57273d53a462232 100755 (executable)
@@ -3,7 +3,7 @@
 
 # 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.