Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
868b2b66 (kx 2024-12-20 16:11:07 +0300  1) diff -bu -Nr m4-orig/libtool.m4 m4/libtool.m4
868b2b66 (kx 2024-12-20 16:11:07 +0300  2) --- m4-orig/libtool.m4	2017-10-29 01:10:21.831069859 +0300
868b2b66 (kx 2024-12-20 16:11:07 +0300  3) +++ m4/libtool.m4	2017-10-29 01:10:50.472068853 +0300
868b2b66 (kx 2024-12-20 16:11:07 +0300  4) @@ -3245,12 +3245,6 @@
868b2b66 (kx 2024-12-20 16:11:07 +0300  5)  m4_require([_LT_DECL_EGREP])dnl
868b2b66 (kx 2024-12-20 16:11:07 +0300  6)  m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
868b2b66 (kx 2024-12-20 16:11:07 +0300  7)  
868b2b66 (kx 2024-12-20 16:11:07 +0300  8) -AC_ARG_WITH([gnu-ld],
868b2b66 (kx 2024-12-20 16:11:07 +0300  9) -    [AS_HELP_STRING([--with-gnu-ld],
868b2b66 (kx 2024-12-20 16:11:07 +0300 10) -	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
868b2b66 (kx 2024-12-20 16:11:07 +0300 11) -    [test no = "$withval" || with_gnu_ld=yes],
868b2b66 (kx 2024-12-20 16:11:07 +0300 12) -    [with_gnu_ld=no])dnl
868b2b66 (kx 2024-12-20 16:11:07 +0300 13) -
868b2b66 (kx 2024-12-20 16:11:07 +0300 14)  ac_prog=ld
868b2b66 (kx 2024-12-20 16:11:07 +0300 15)  if test yes = "$GCC"; then
868b2b66 (kx 2024-12-20 16:11:07 +0300 16)    # Check if gcc -print-prog-name=ld gives a path.