diff options
author | midipix <writeonce@midipix.org> | 2024-03-27 19:29:06 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-27 19:36:06 +0000 |
commit | d8b6b1188a53331214fa741dcf8a2a040f4e2464 (patch) | |
tree | 659a6ff534c78916a423e957ea35a4ef126eea4c /m4 | |
parent | 1dbc3058abdba0d9d1e47f7e833e9688b2602137 (diff) | |
download | slibtool-d8b6b1188a53331214fa741dcf8a2a040f4e2464.tar.bz2 slibtool-d8b6b1188a53331214fa741dcf8a2a040f4e2464.tar.xz |
slibtool.m4: defer invocation of SLIBTOOL_LFLAG_LIBM (_LTDL) to configure.ac.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/slibtool.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/m4/slibtool.m4 b/m4/slibtool.m4 index 0ec5f66..d2dd266 100644 --- a/m4/slibtool.m4 +++ b/m4/slibtool.m4 @@ -530,9 +530,6 @@ m4_if([$1],[Fortran 77],[ # slibtool: SLIBTOOL_LANG(Fortran 77) AC_PROG_FC AC_PROG_F77 - -SLIBTOOL_LFLAG_LIBM -SLIBTOOL_LFLAG_LTDL ]) ]) @@ -560,9 +557,6 @@ AC_REQUIRE([AC_PROG_RANLIB]) AC_REQUIRE([AC_PROG_LN_S]) AC_REQUIRE([AC_PROG_MKDIR_P]) -AC_REQUIRE([SLIBTOOL_LFLAG_LIBM]) -AC_REQUIRE([SLIBTOOL_LFLAG_LTDL]) - AC_PROG_AWK AC_PROG_LEX AC_PROG_SED |