mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libltdl/m4/libtool.m4 (func_mode_compile): Accept files with
extension `.f9?'. * tests/suffix.test: Test `f95'.
This commit is contained in:
parent
e6b8918f7e
commit
997601f675
@ -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.
|
||||
|
||||
|
@ -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 ;;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user