* libltdl/m4/libtool.m4 (func_mode_compile): Accept files with

extension `.f9?'.
* tests/suffix.test: Test `f95'.
This commit is contained in:
Ralf Wildenhues 2006-09-20 19:08:22 +00:00
parent e6b8918f7e
commit 997601f675
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2006-09-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/libtool.m4 (func_mode_compile): Accept files with
extension `.f9?'.
* tests/suffix.test: Test `f95'.
* libltdl/config/ltmain.m4sh (func_mode_uninstall): Use
`func_source' consistently.

View File

@ -1312,7 +1312,7 @@ func_mode_compile ()
*.class) xform=class ;;
*.cpp) xform=cpp ;;
*.cxx) xform=cxx ;;
*.f90) xform=f90 ;;
*.f9?) xform=f9. ;;
*.for) xform=for ;;
*.java) xform=java ;;
*.obj) xform=obj ;;

View File

@ -23,7 +23,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 for m s"
extensions="C F S ada adb ads asm c c++ cc cpp cxx f f90 f95 for m s"
bad_names="foo."
. tests/defs || exit 1