Ticket #70859: gmp-6.3.0_libtool-2.4.7.patch
File gmp-6.3.0_libtool-2.4.7.patch, 151.2 KB (added by markmentovai (Mark Mentovai), 6 weeks ago) |
---|
-
Makefile.in
diff -urp Makefile.in Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/conf 363 363 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in \ 364 364 $(srcdir)/gmp-h.in $(srcdir)/gmp.pc.in $(srcdir)/gmpxx.pc.in \ 365 365 AUTHORS COPYING ChangeLog INSTALL NEWS README compile \ 366 config.guess config.sub install-sh ltmain.sh missing 366 config.guess config.sub install-sh ltmain.sh missing ylwrap 367 367 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 368 368 distdir = $(PACKAGE)-$(VERSION) 369 369 top_distdir = $(distdir) … … FGREP = @FGREP@ 441 441 EXEEXT = @EXEEXT@ 442 442 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 443 443 FGREP = @FGREP@ 444 FILECMD = @FILECMD@ 444 445 GMP_LDFLAGS = @GMP_LDFLAGS@ 445 446 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 446 447 GMP_NAIL_BITS = @GMP_NAIL_BITS@ … … dist-gzip: distdir 1162 1163 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1163 1164 || chmod -R a+r "$(distdir)" 1164 1165 dist-gzip: distdir 1165 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip-c >$(distdir).tar.gz1166 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 1166 1167 $(am__post_remove_distdir) 1167 1168 1168 1169 dist-bzip2: distdir … … dist-shar: distdir 1188 1189 @echo WARNING: "Support for shar distribution archives is" \ 1189 1190 "deprecated." >&2 1190 1191 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1191 shar $(distdir) | GZIP=$(GZIP_ENV) gzip-c >$(distdir).shar.gz1192 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 1192 1193 $(am__post_remove_distdir) 1193 1194 1194 1195 dist-zip: distdir … … distcheck: dist 1206 1207 distcheck: dist 1207 1208 case '$(DIST_ARCHIVES)' in \ 1208 1209 *.tar.gz*) \ 1209 GZIP=$(GZIP_ENV) gzip-dc $(distdir).tar.gz | $(am__untar) ;;\1210 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 1210 1211 *.tar.bz2*) \ 1211 1212 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1212 1213 *.tar.lz*) \ … … distcheck: dist 1216 1217 *.tar.Z*) \ 1217 1218 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1218 1219 *.shar.gz*) \ 1219 GZIP=$(GZIP_ENV) gzip-dc $(distdir).shar.gz | unshar ;;\1220 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 1220 1221 *.zip*) \ 1221 1222 unzip $(distdir).zip ;;\ 1222 1223 esac -
aclocal.m4
diff -urp aclocal.m4 aclocal.m4
1 # generated automatically by aclocal 1.15 -*- Autoconf -*-1 # generated automatically by aclocal 1.15.1 -*- Autoconf -*- 2 2 3 # Copyright (C) 1996-201 4Free Software Foundation, Inc.3 # Copyright (C) 1996-2017 Free Software Foundation, Inc. 4 4 5 5 # This file is free software; the Free Software Foundation 6 6 # gives unlimited permission to copy and/or distribute it, … … To do so, use the procedure documented by the package, 22 22 23 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 24 24 # 25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 25 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 26 # Foundation, Inc. 26 27 # Written by Gordon Matzigkeit, 1996 27 28 # 28 29 # This file is free software; the Free Software Foundation gives … … m4_define([_LT_COPYING], [dnl 53 54 # along with this program. If not, see <http://www.gnu.org/licenses/>. 54 55 ]) 55 56 56 # serial 5 8LT_INIT57 # serial 59 LT_INIT 57 58 58 59 59 60 # LT_PREREQ(VERSION) … … m4_require([_LT_CMD_RELOAD])dnl 203 204 m4_require([_LT_CHECK_SHELL_FEATURES])dnl 204 205 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl 205 206 m4_require([_LT_CMD_RELOAD])dnl 207 m4_require([_LT_DECL_FILECMD])dnl 206 208 m4_require([_LT_CHECK_MAGIC_METHOD])dnl 207 209 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl 208 210 m4_require([_LT_CMD_OLD_ARCHIVE])dnl … … can_build_shared=yes 241 243 ofile=libtool 242 244 can_build_shared=yes 243 245 244 # All known linkers require a '.a' archive for static linking (except MSVC ,245 # which needs'.lib').246 # All known linkers require a '.a' archive for static linking (except MSVC and 247 # ICC, which need '.lib'). 246 248 libext=a 247 249 248 250 with_gnu_ld=$lt_cv_prog_gnu_ld … … _LT_EOF 794 796 # if finds mixed CR/LF and LF-only lines. Since sed operates in 795 797 # text mode, it properly converts lines to CR/LF. This bash problem 796 798 # is reportedly fixed, but why not run on old versions too? 797 sed'$q' "$ltmain" >> "$cfgfile" \799 $SED '$q' "$ltmain" >> "$cfgfile" \ 798 800 || (rm -f "$cfgfile"; exit 1) 799 801 800 802 mv -f "$cfgfile" "$ofile" || … … _LT_EOF 1056 1058 _LT_EOF 1057 1059 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD 1058 1060 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD 1059 echo "$AR crulibconftest.a conftest.o" >&AS_MESSAGE_LOG_FD1060 $AR crulibconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD1061 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD 1062 $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD 1061 1063 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD 1062 1064 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD 1063 1065 cat > conftest.c << _LT_EOF … … _LT_EOF 1081 1083 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1082 1084 darwin1.*) 1083 1085 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1084 darwin*) # darwin 5.x on 1085 # if running on 10.5 or later, the deployment target defaults 1086 # to the OS version, if on x86, and 10.4, the deployment 1087 # target defaults to 10.4. Don't you love it? 1088 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 1089 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) 1090 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 1091 10.[[012]][[,.]]*) 1092 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1093 10.*) 1094 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 1086 darwin*) 1087 case $MACOSX_DEPLOYMENT_TARGET,$host in 1088 10.[[012]],*|,*powerpc*-darwin[[5-8]]*) 1089 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 *) 1091 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 1095 1092 esac 1096 1093 ;; 1097 1094 esac 1098 1095 if test yes = "$lt_cv_apple_cc_single_mod"; then 1099 1096 _lt_dar_single_mod='$single_module' 1100 1097 fi 1098 _lt_dar_needs_single_mod=no 1099 case $host_os in 1100 rhapsody* | darwin1.*) 1101 _lt_dar_needs_single_mod=yes ;; 1102 darwin*) 1103 # When targeting Mac OS X 10.4 (darwin 8) or later, 1104 # -single_module is the default and -multi_module is unsupported. 1105 # The toolchain on macOS 10.14 (darwin 18) and later cannot 1106 # target any OS version that needs -single_module. 1107 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 1108 10.0,*-darwin[[567]].*|10.[[0-3]],*-darwin[[5-9]].*|10.[[0-3]],*-darwin1[[0-7]].*) 1109 _lt_dar_needs_single_mod=yes ;; 1110 esac 1111 ;; 1112 esac 1101 1113 if test yes = "$lt_cv_ld_exported_symbols_list"; then 1102 1114 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' 1103 1115 else … … m4_defun([_LT_DARWIN_LINKER_FEATURES], 1140 1152 output_verbose_link_cmd=func_echo_all 1141 1153 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" 1142 1154 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" 1143 _LT_TAGVAR(archive_expsym_cmds, $1)=" sed's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"1144 _LT_TAGVAR(module_expsym_cmds, $1)=" sed-e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"1155 _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" 1156 _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" 1145 1157 m4_if([$1], [CXX], 1146 [ if test yes != "$lt_cv_apple_cc_single_mod"; then1158 [ if test yes = "$_lt_dar_needs_single_mod" -a yes != "$lt_cv_apple_cc_single_mod"; then 1147 1159 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" 1148 _LT_TAGVAR(archive_expsym_cmds, $1)=" sed's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"1160 _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" 1149 1161 fi 1150 1162 ],[]) 1151 1163 else … … AC_DEFUN([_LT_WITH_SYSROOT], 1259 1271 # _LT_WITH_SYSROOT 1260 1272 # ---------------- 1261 1273 AC_DEFUN([_LT_WITH_SYSROOT], 1262 [AC_MSG_CHECKING([for sysroot]) 1274 [m4_require([_LT_DECL_SED])dnl 1275 AC_MSG_CHECKING([for sysroot]) 1263 1276 AC_ARG_WITH([sysroot], 1264 1277 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], 1265 1278 [Search for dependent libraries within DIR (or the compiler's sysroot … … case $with_sysroot in #( 1276 1289 fi 1277 1290 ;; #( 1278 1291 /*) 1279 lt_sysroot=`echo "$with_sysroot" | sed-e "$sed_quote_subst"`1292 lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` 1280 1293 ;; #( 1281 1294 no|'') 1282 1295 ;; #( … … ia64-*-hpux*) 1306 1319 # options accordingly. 1307 1320 echo 'int i;' > conftest.$ac_ext 1308 1321 if AC_TRY_EVAL(ac_compile); then 1309 case ` /usr/bin/fileconftest.$ac_objext` in1322 case `$FILECMD conftest.$ac_objext` in 1310 1323 *ELF-32*) 1311 1324 HPUX_IA64_MODE=32 1312 1325 ;; … … ia64-*-hpux*) 1323 1336 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext 1324 1337 if AC_TRY_EVAL(ac_compile); then 1325 1338 if test yes = "$lt_cv_prog_gnu_ld"; then 1326 case ` /usr/bin/fileconftest.$ac_objext` in1339 case `$FILECMD conftest.$ac_objext` in 1327 1340 *32-bit*) 1328 1341 LD="${LD-ld} -melf32bsmip" 1329 1342 ;; … … ia64-*-hpux*) 1335 1348 ;; 1336 1349 esac 1337 1350 else 1338 case ` /usr/bin/fileconftest.$ac_objext` in1351 case `$FILECMD conftest.$ac_objext` in 1339 1352 *32-bit*) 1340 1353 LD="${LD-ld} -32" 1341 1354 ;; … … mips64*-*linux*) 1357 1370 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext 1358 1371 if AC_TRY_EVAL(ac_compile); then 1359 1372 emul=elf 1360 case ` /usr/bin/fileconftest.$ac_objext` in1373 case `$FILECMD conftest.$ac_objext` in 1361 1374 *32-bit*) 1362 1375 emul="${emul}32" 1363 1376 ;; … … mips64*-*linux*) 1365 1378 emul="${emul}64" 1366 1379 ;; 1367 1380 esac 1368 case ` /usr/bin/fileconftest.$ac_objext` in1381 case `$FILECMD conftest.$ac_objext` in 1369 1382 *MSB*) 1370 1383 emul="${emul}btsmip" 1371 1384 ;; … … mips64*-*linux*) 1373 1386 emul="${emul}ltsmip" 1374 1387 ;; 1375 1388 esac 1376 case ` /usr/bin/fileconftest.$ac_objext` in1389 case `$FILECMD conftest.$ac_objext` in 1377 1390 *N32*) 1378 1391 emul="${emul}n32" 1379 1392 ;; … … s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 1393 1406 # not appear in the list. 1394 1407 echo 'int i;' > conftest.$ac_ext 1395 1408 if AC_TRY_EVAL(ac_compile); then 1396 case ` /usr/bin/fileconftest.o` in1409 case `$FILECMD conftest.o` in 1397 1410 *32-bit*) 1398 1411 case $host in 1399 1412 x86_64-*kfreebsd*-gnu) 1400 1413 LD="${LD-ld} -m elf_i386_fbsd" 1401 1414 ;; 1402 1415 x86_64-*linux*) 1403 case ` /usr/bin/fileconftest.o` in1416 case `$FILECMD conftest.o` in 1404 1417 *x86-64*) 1405 1418 LD="${LD-ld} -m elf32_x86_64" 1406 1419 ;; … … s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 1468 1481 # options accordingly. 1469 1482 echo 'int i;' > conftest.$ac_ext 1470 1483 if AC_TRY_EVAL(ac_compile); then 1471 case ` /usr/bin/fileconftest.o` in1484 case `$FILECMD conftest.o` in 1472 1485 *64-bit*) 1473 1486 case $lt_cv_prog_gnu_ld in 1474 1487 yes*) … … m4_defun([_LT_PROG_AR], 1507 1520 m4_defun([_LT_PROG_AR], 1508 1521 [AC_CHECK_TOOLS(AR, [ar], false) 1509 1522 : ${AR=ar} 1510 : ${AR_FLAGS=cru}1511 1523 _LT_DECL([], [AR], [1], [The archiver]) 1512 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])1513 1524 1525 # Use ARFLAGS variable as AR's operation code to sync the variable naming with 1526 # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have 1527 # higher priority because thats what people were doing historically (setting 1528 # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS 1529 # variable obsoleted/removed. 1530 1531 test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} 1532 lt_ar_flags=$AR_FLAGS 1533 _LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)]) 1534 1535 # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override 1536 # by AR_FLAGS because that was never working and AR_FLAGS is about to die. 1537 _LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}], 1538 [Flags to create an archive]) 1539 1514 1540 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], 1515 1541 [lt_cv_ar_at_file=no 1516 1542 AC_COMPILE_IFELSE([AC_LANG_PROGRAM], … … AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl 1728 1754 lt_cv_sys_max_cmd_len=8192; 1729 1755 ;; 1730 1756 1731 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)1757 bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) 1732 1758 # This has been around since 386BSD, at least. Likely further. 1733 1759 if test -x /sbin/sysctl; then 1734 1760 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` … … AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl 1771 1797 sysv5* | sco5v6* | sysv4.2uw2*) 1772 1798 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` 1773 1799 if test -n "$kargmax"; then 1774 lt_cv_sys_max_cmd_len=`echo $kargmax | sed's/.*[[ ]]//'`1800 lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'` 1775 1801 else 1776 1802 lt_cv_sys_max_cmd_len=32768 1777 1803 fi … … AC_MSG_CHECKING([whether stripping libraries is possib 2221 2247 striplib= 2222 2248 old_striplib= 2223 2249 AC_MSG_CHECKING([whether stripping libraries is possible]) 2224 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then 2225 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 2226 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 2227 AC_MSG_RESULT([yes]) 2250 if test -z "$STRIP"; then 2251 AC_MSG_RESULT([no]) 2228 2252 else 2229 # FIXME - insert some real tests, host_os isn't really good enough 2230 case $host_os in 2231 darwin*) 2232 if test -n "$STRIP"; then 2253 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then 2254 old_striplib="$STRIP --strip-debug" 2255 striplib="$STRIP --strip-unneeded" 2256 AC_MSG_RESULT([yes]) 2257 else 2258 case $host_os in 2259 darwin*) 2260 # FIXME - insert some real tests, host_os isn't really good enough 2233 2261 striplib="$STRIP -x" 2234 2262 old_striplib="$STRIP -S" 2235 2263 AC_MSG_RESULT([yes]) 2236 else 2264 ;; 2265 freebsd*) 2266 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then 2267 old_striplib="$STRIP --strip-debug" 2268 striplib="$STRIP --strip-unneeded" 2269 AC_MSG_RESULT([yes]) 2270 else 2271 AC_MSG_RESULT([no]) 2272 fi 2273 ;; 2274 *) 2237 2275 AC_MSG_RESULT([no]) 2238 fi 2239 ;; 2240 *) 2241 AC_MSG_RESULT([no]) 2242 ;; 2243 esac 2276 ;; 2277 esac 2278 fi 2244 2279 fi 2245 2280 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) 2246 2281 _LT_DECL([], [striplib], [1]) … … cygwin* | mingw* | pw32* | cegcc*) 2563 2598 case $host_os in 2564 2599 cygwin*) 2565 2600 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 2566 soname_spec='`echo $libname | sed-e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'2601 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' 2567 2602 m4_if([$1], [],[ 2568 2603 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) 2569 2604 ;; … … m4_if([$1], [],[ 2573 2608 ;; 2574 2609 pw32*) 2575 2610 # pw32 DLLs use 'pw' prefix rather than 'lib' 2576 library_names_spec='`echo $libname | sed-e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'2611 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' 2577 2612 ;; 2578 2613 esac 2579 2614 dynamic_linker='Win32 ld.exe' 2580 2615 ;; 2581 2616 2582 *,cl* )2583 # Native MSVC 2617 *,cl* | *,icl*) 2618 # Native MSVC or ICC 2584 2619 libname_spec='$name' 2585 2620 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' 2586 2621 library_names_spec='$libname.dll.lib' … … m4_if([$1], [],[ 2599 2634 done 2600 2635 IFS=$lt_save_ifs 2601 2636 # Convert to MSYS style. 2602 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed-e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`2637 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` 2603 2638 ;; 2604 2639 cygwin*) 2605 2640 # Convert to unix form, then to dos form, then back to unix form … … m4_if([$1], [],[ 2636 2671 ;; 2637 2672 2638 2673 *) 2639 # Assume MSVC wrapper2674 # Assume MSVC and ICC wrapper 2640 2675 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' 2641 2676 dynamic_linker='Win32 ld.exe' 2642 2677 ;; … … dgux*) 2669 2704 shlibpath_var=LD_LIBRARY_PATH 2670 2705 ;; 2671 2706 2672 freebsd* | dragonfly* )2707 freebsd* | dragonfly* | midnightbsd*) 2673 2708 # DragonFly does not have aout. When/if they implement a new 2674 2709 # versioning mechanism, adjust this. 2675 2710 if test -x /usr/bin/objformat; then … … bsdi[[45]]*) 3468 3503 3469 3504 bsdi[[45]]*) 3470 3505 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' 3471 lt_cv_file_magic_cmd=' /usr/bin/file-L'3506 lt_cv_file_magic_cmd='$FILECMD -L' 3472 3507 lt_cv_file_magic_test_file=/shlib/libc.so 3473 3508 ;; 3474 3509 … … darwin* | rhapsody*) 3502 3537 lt_cv_deplibs_check_method=pass_all 3503 3538 ;; 3504 3539 3505 freebsd* | dragonfly* )3540 freebsd* | dragonfly* | midnightbsd*) 3506 3541 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then 3507 3542 case $host_cpu in 3508 3543 i*86 ) 3509 3544 # Not sure whether the presence of OpenBSD here was a mistake. 3510 3545 # Let's accept both of them until this is cleared up. 3511 3546 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' 3512 lt_cv_file_magic_cmd= /usr/bin/file3547 lt_cv_file_magic_cmd=$FILECMD 3513 3548 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 3514 3549 ;; 3515 3550 esac … … hpux10.20* | hpux11*) 3523 3558 ;; 3524 3559 3525 3560 hpux10.20* | hpux11*) 3526 lt_cv_file_magic_cmd= /usr/bin/file3561 lt_cv_file_magic_cmd=$FILECMD 3527 3562 case $host_cpu in 3528 3563 ia64*) 3529 3564 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' … … newos6*) 3570 3605 3571 3606 newos6*) 3572 3607 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' 3573 lt_cv_file_magic_cmd= /usr/bin/file3608 lt_cv_file_magic_cmd=$FILECMD 3574 3609 lt_cv_file_magic_test_file=/usr/lib/libnls.so 3575 3610 ;; 3576 3611 … … else 3697 3732 mingw*) lt_bad_file=conftest.nm/nofile ;; 3698 3733 *) lt_bad_file=/dev/null ;; 3699 3734 esac 3700 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed'1q'` in3735 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in 3701 3736 *$lt_bad_file* | *'Invalid file or object type'*) 3702 3737 lt_cv_path_NM="$tmp_nm -B" 3703 3738 break 2 3704 3739 ;; 3705 3740 *) 3706 case `"$tmp_nm" -p /dev/null 2>&1 | sed'1q'` in3741 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in 3707 3742 */dev/null*) 3708 3743 lt_cv_path_NM="$tmp_nm -p" 3709 3744 break 2 … … else 3729 3764 # Let the user override the test. 3730 3765 else 3731 3766 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) 3732 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed'1q'` in3767 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in 3733 3768 *COFF*) 3734 3769 DUMPBIN="$DUMPBIN -symbols -headers" 3735 3770 ;; … … if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3969 4004 3970 4005 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 3971 4006 # Gets list of data symbols to import. 3972 lt_cv_sys_global_symbol_to_import=" sed-n -e 's/^I .* \(.*\)$/\1/p'"4007 lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" 3973 4008 # Adjust the below global symbol transforms to fixup imported variables. 3974 4009 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" 3975 4010 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" … … fi 3987 4022 # Transform an extracted symbol line into a proper C declaration. 3988 4023 # Some systems (esp. on ia64) link data and code symbols differently, 3989 4024 # so use this general approach. 3990 lt_cv_sys_global_symbol_to_cdecl=" sed-n"\4025 lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ 3991 4026 $lt_cdecl_hook\ 3992 4027 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ 3993 4028 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" 3994 4029 3995 4030 # Transform an extracted symbol line into symbol name and symbol address 3996 lt_cv_sys_global_symbol_to_c_name_address=" sed-n"\4031 lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ 3997 4032 $lt_c_name_hook\ 3998 4033 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ 3999 4034 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" 4000 4035 4001 4036 # Transform an extracted symbol line into symbol name with lib prefix and 4002 4037 # symbol address. 4003 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=" sed-n"\4038 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ 4004 4039 $lt_c_name_lib_hook\ 4005 4040 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ 4006 4041 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ … … for ac_symprfx in "" "_"; do 4024 4059 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 4025 4060 # Fake it for dumpbin and say T for any non-static function, 4026 4061 # D for any global variable and I for any imported variable. 4027 # Also find C++ and __fastcall symbols from MSVC++ ,4062 # Also find C++ and __fastcall symbols from MSVC++ or ICC, 4028 4063 # which start with @ or ?. 4029 4064 lt_cv_sys_global_symbol_pipe="$AWK ['"\ 4030 4065 " {last_section=section; section=\$ 3};"\ … … for ac_symprfx in "" "_"; do 4042 4077 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ 4043 4078 " ' prfx=^$ac_symprfx]" 4044 4079 else 4045 lt_cv_sys_global_symbol_pipe=" sed-n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"4080 lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 4046 4081 fi 4047 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed'/ __gnu_lto/d'"4082 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" 4048 4083 4049 4084 # Check to see that the pipe works correctly. 4050 4085 pipe_works=no … … m4_if([$1], [CXX], [ 4331 4366 ;; 4332 4367 esac 4333 4368 ;; 4334 freebsd* | dragonfly* )4369 freebsd* | dragonfly* | midnightbsd*) 4335 4370 # FreeBSD uses GNU C++ 4336 4371 ;; 4337 4372 hpux9* | hpux10* | hpux11*) … … m4_if([$1], [CXX], [ 4414 4449 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' 4415 4450 ;; 4416 4451 *) 4417 case `$CC -V 2>&1 | sed5q` in4452 case `$CC -V 2>&1 | $SED 5q` in 4418 4453 *Sun\ C*) 4419 4454 # Sun C++ 5.9 4420 4455 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' … … m4_if([$1], [CXX], [ 4750 4785 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' 4751 4786 ;; 4752 4787 *) 4753 case `$CC -V 2>&1 | sed5q` in4788 case `$CC -V 2>&1 | $SED 5q` in 4754 4789 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) 4755 4790 # Sun Fortran 8.3 passes all unrecognized flags to the linker 4756 4791 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' … … m4_if([$1], [CXX], [ 4933 4968 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then 4934 4969 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 4935 4970 else 4936 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == " W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'4971 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 4937 4972 fi 4938 4973 ;; 4939 4974 pw32*) … … m4_if([$1], [CXX], [ 4941 4976 ;; 4942 4977 cygwin* | mingw* | cegcc*) 4943 4978 case $cc_basename in 4944 cl* )4979 cl* | icl*) 4945 4980 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' 4946 4981 ;; 4947 4982 *) … … dnl Note also adjust exclude_expsyms for C++ above. 4998 5033 4999 5034 case $host_os in 5000 5035 cygwin* | mingw* | pw32* | cegcc*) 5001 # FIXME: the MSVC++ port hasn't been tested in a loooong time5036 # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time 5002 5037 # When not using gcc, we currently assume that we are using 5003 # Microsoft Visual C++ .5038 # Microsoft Visual C++ or Intel C++ Compiler. 5004 5039 if test yes != "$GCC"; then 5005 5040 with_gnu_ld=no 5006 5041 fi 5007 5042 ;; 5008 5043 interix*) 5009 # we just hope/assume this is gcc and not c89 (= MSVC++ )5044 # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) 5010 5045 with_gnu_ld=yes 5011 5046 ;; 5012 5047 openbsd* | bitrig*) … … dnl Note also adjust exclude_expsyms for C++ above. 5058 5093 _LT_TAGVAR(whole_archive_flag_spec, $1)= 5059 5094 fi 5060 5095 supports_anon_versioning=no 5061 case `$LD -v | $SED -e 's/([ ^)]\+)\s\+//' 2>&1` in5096 case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in 5062 5097 *GNU\ gold*) supports_anon_versioning=yes ;; 5063 5098 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 5064 5099 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... … … _LT_EOF 5170 5205 emximp -o $lib $output_objdir/$libname.def' 5171 5206 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' 5172 5207 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes 5208 _LT_TAGVAR(file_list_spec, $1)='@' 5173 5209 ;; 5174 5210 5175 5211 interix[[3-9]]*) … … _LT_EOF 5184 5220 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 5185 5221 # time. Moving up from 0x10000000 also allows more sbrk(2) space. 5186 5222 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 5187 _LT_TAGVAR(archive_expsym_cmds, $1)=' sed"s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'5223 _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 5188 5224 ;; 5189 5225 5190 5226 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) … … _LT_EOF 5227 5263 _LT_TAGVAR(compiler_needs_object, $1)=yes 5228 5264 ;; 5229 5265 esac 5230 case `$CC -V 2>&1 | sed5q` in5266 case `$CC -V 2>&1 | $SED 5q` in 5231 5267 *Sun\ C*) # Sun C 5.9 5232 5268 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' 5233 5269 _LT_TAGVAR(compiler_needs_object, $1)=yes … … _LT_EOF 5239 5275 5240 5276 if test yes = "$supports_anon_versioning"; then 5241 5277 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ 5242 cat $export_symbols | sed-e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~5278 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 5243 5279 echo "local: *; };" >> $output_objdir/$libname.ver~ 5244 5280 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' 5245 5281 fi … … _LT_EOF 5255 5291 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' 5256 5292 if test yes = "$supports_anon_versioning"; then 5257 5293 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ 5258 cat $export_symbols | sed-e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~5294 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 5259 5295 echo "local: *; };" >> $output_objdir/$libname.ver~ 5260 5296 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' 5261 5297 fi … … _LT_EOF 5387 5423 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then 5388 5424 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 5389 5425 else 5390 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == " W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'5426 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 5391 5427 fi 5392 5428 aix_use_runtimelinking=no 5393 5429 … … _LT_EOF 5570 5606 5571 5607 cygwin* | mingw* | pw32* | cegcc*) 5572 5608 # When not using gcc, we currently assume that we are using 5573 # Microsoft Visual C++ .5609 # Microsoft Visual C++ or Intel C++ Compiler. 5574 5610 # hardcode_libdir_flag_spec is actually meaningless, as there is 5575 5611 # no search path for DLLs. 5576 5612 case $cc_basename in 5577 cl* )5578 # Native MSVC 5613 cl* | icl*) 5614 # Native MSVC or ICC 5579 5615 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' 5580 5616 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported 5581 5617 _LT_TAGVAR(always_export_symbols, $1)=yes … … _LT_EOF 5616 5652 fi' 5617 5653 ;; 5618 5654 *) 5619 # Assume MSVC wrapper5655 # Assume MSVC and ICC wrapper 5620 5656 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' 5621 5657 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported 5622 5658 # Tell ltmain to make .lib files, not .a files. … … _LT_EOF 5664 5700 ;; 5665 5701 5666 5702 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 5667 freebsd* | dragonfly* )5703 freebsd* | dragonfly* | midnightbsd*) 5668 5704 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 5669 5705 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 5670 5706 _LT_TAGVAR(hardcode_direct, $1)=yes … … _LT_EOF 5875 5911 emximp -o $lib $output_objdir/$libname.def' 5876 5912 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' 5877 5913 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes 5914 _LT_TAGVAR(file_list_spec, $1)='@' 5878 5915 ;; 5879 5916 5880 5917 osf3*) … … if test yes != "$_lt_caught_CXX_error"; then 6641 6678 6642 6679 cygwin* | mingw* | pw32* | cegcc*) 6643 6680 case $GXX,$cc_basename in 6644 ,cl* | no,cl* )6645 # Native MSVC 6681 ,cl* | no,cl* | ,icl* | no,icl*) 6682 # Native MSVC or ICC 6646 6683 # hardcode_libdir_flag_spec is actually meaningless, as there is 6647 6684 # no search path for DLLs. 6648 6685 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' … … if test yes != "$_lt_caught_CXX_error"; then 6740 6777 emximp -o $lib $output_objdir/$libname.def' 6741 6778 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' 6742 6779 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes 6780 _LT_TAGVAR(file_list_spec, $1)='@' 6743 6781 ;; 6744 6782 6745 6783 dgux*) … … if test yes != "$_lt_caught_CXX_error"; then 6770 6808 _LT_TAGVAR(archive_cmds_need_lc, $1)=no 6771 6809 ;; 6772 6810 6773 freebsd* | dragonfly* )6811 freebsd* | dragonfly* | midnightbsd*) 6774 6812 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 6775 6813 # conventions 6776 6814 _LT_TAGVAR(ld_shlibs, $1)=yes … … if test yes != "$_lt_caught_CXX_error"; then 6907 6945 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 6908 6946 # time. Moving up from 0x10000000 also allows more sbrk(2) space. 6909 6947 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 6910 _LT_TAGVAR(archive_expsym_cmds, $1)=' sed"s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'6948 _LT_TAGVAR(archive_expsym_cmds, $1)='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 6911 6949 ;; 6912 6950 irix5* | irix6*) 6913 6951 case $cc_basename in … … if test yes != "$_lt_caught_CXX_error"; then 7047 7085 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' 7048 7086 if test yes = "$supports_anon_versioning"; then 7049 7087 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ 7050 cat $export_symbols | sed-e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~7088 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 7051 7089 echo "local: *; };" >> $output_objdir/$libname.ver~ 7052 7090 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' 7053 7091 fi 7054 7092 ;; 7055 7093 *) 7056 case `$CC -V 2>&1 | sed5q` in7094 case `$CC -V 2>&1 | $SED 5q` in 7057 7095 *Sun\ C*) 7058 7096 # Sun C++ 5.9 7059 7097 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' … … AC_SUBST([DLLTOOL]) 8191 8229 AC_SUBST([DLLTOOL]) 8192 8230 ]) 8193 8231 8232 # _LT_DECL_FILECMD 8233 # ---------------- 8234 # Check for a file(cmd) program that can be used to detect file type and magic 8235 m4_defun([_LT_DECL_FILECMD], 8236 [AC_CHECK_TOOL([FILECMD], [file], [:]) 8237 _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types]) 8238 ])# _LD_DECL_FILECMD 8239 8194 8240 # _LT_DECL_SED 8195 8241 # ------------ 8196 8242 # Check for a fully-functional sed program, that truncates … … _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], 8370 8416 8371 8417 # Helper functions for option handling. -*- Autoconf -*- 8372 8418 # 8373 # Copyright (C) 2004-2005, 2007-2009, 2011-201 5 Free Software8374 # Foundation, Inc.8419 # Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free 8420 # Software Foundation, Inc. 8375 8421 # Written by Gary V. Vaughan, 2004 8376 8422 # 8377 8423 # This file is free software; the Free Software Foundation gives … … LT_OPTION_DEFINE([LTDL_INIT], [convenience], 8802 8848 8803 8849 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- 8804 8850 # 8805 # Copyright (C) 2004-2005, 2007-2008, 2011-201 5Free Software8851 # Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software 8806 8852 # Foundation, Inc. 8807 8853 # Written by Gary V. Vaughan, 2004 8808 8854 # … … m4_define([lt_dict_filter], 8927 8973 8928 8974 # ltversion.m4 -- version numbers -*- Autoconf -*- 8929 8975 # 8930 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. 8976 # Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation, 8977 # Inc. 8931 8978 # Written by Scott James Remnant, 2004 8932 8979 # 8933 8980 # This file is free software; the Free Software Foundation gives … … m4_define([lt_dict_filter], 8936 8983 8937 8984 # @configure_input@ 8938 8985 8939 # serial 4 179ltversion.m48986 # serial 4245 ltversion.m4 8940 8987 # This file is part of GNU Libtool 8941 8988 8942 m4_define([LT_PACKAGE_VERSION], [2.4. 6])8943 m4_define([LT_PACKAGE_REVISION], [2.4. 6])8989 m4_define([LT_PACKAGE_VERSION], [2.4.7]) 8990 m4_define([LT_PACKAGE_REVISION], [2.4.7]) 8944 8991 8945 8992 AC_DEFUN([LTVERSION_VERSION], 8946 [macro_version='2.4. 6'8947 macro_revision='2.4. 6'8993 [macro_version='2.4.7' 8994 macro_revision='2.4.7' 8948 8995 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 8949 8996 _LT_DECL(, macro_revision, 0) 8950 8997 ]) 8951 8998 8952 8999 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- 8953 9000 # 8954 # Copyright (C) 2004-2005, 2007, 2009, 2011-201 5 Free Software8955 # Foundation, Inc.9001 # Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free 9002 # Software Foundation, Inc. 8956 9003 # Written by Scott James Remnant, 2004. 8957 9004 # 8958 9005 # This file is free software; the Free Software Foundation gives … … m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) 9049 9096 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) 9050 9097 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) 9051 9098 9052 # Copyright (C) 2002-201 4Free Software Foundation, Inc.9099 # Copyright (C) 2002-2017 Free Software Foundation, Inc. 9053 9100 # 9054 9101 # This file is free software; the Free Software Foundation 9055 9102 # gives unlimited permission to copy and/or distribute it, … … dnl require some minimum version. Point them to the r 9064 9111 [am__api_version='1.15' 9065 9112 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 9066 9113 dnl require some minimum version. Point them to the right macro. 9067 m4_if([$1], [1.15 ], [],9114 m4_if([$1], [1.15.1], [], 9068 9115 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 9069 9116 ]) 9070 9117 … … AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 9080 9127 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 9081 9128 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 9082 9129 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 9083 [AM_AUTOMAKE_VERSION([1.15 ])dnl9130 [AM_AUTOMAKE_VERSION([1.15.1])dnl 9084 9131 m4_ifndef([AC_AUTOCONF_VERSION], 9085 9132 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 9086 9133 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 9087 9134 9088 9135 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 9089 9136 9090 # Copyright (C) 2001-201 4Free Software Foundation, Inc.9137 # Copyright (C) 2001-2017 Free Software Foundation, Inc. 9091 9138 # 9092 9139 # This file is free software; the Free Software Foundation 9093 9140 # gives unlimited permission to copy and/or distribute it, … … am_aux_dir=`cd "$ac_aux_dir" && pwd` 9139 9186 9140 9187 # AM_CONDITIONAL -*- Autoconf -*- 9141 9188 9142 # Copyright (C) 1997-201 4Free Software Foundation, Inc.9189 # Copyright (C) 1997-2017 Free Software Foundation, Inc. 9143 9190 # 9144 9191 # This file is free software; the Free Software Foundation 9145 9192 # gives unlimited permission to copy and/or distribute it, … … fi])]) 9172 9219 9173 9220 # Do all the work for Automake. -*- Autoconf -*- 9174 9221 9175 # Copyright (C) 1996-201 4Free Software Foundation, Inc.9222 # Copyright (C) 1996-2017 Free Software Foundation, Inc. 9176 9223 # 9177 9224 # This file is free software; the Free Software Foundation 9178 9225 # gives unlimited permission to copy and/or distribute it, … … echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg" 9369 9416 done 9370 9417 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 9371 9418 9372 # Copyright (C) 2001-201 4Free Software Foundation, Inc.9419 # Copyright (C) 2001-2017 Free Software Foundation, Inc. 9373 9420 # 9374 9421 # This file is free software; the Free Software Foundation 9375 9422 # gives unlimited permission to copy and/or distribute it, … … AC_SUBST([install_sh])]) 9390 9437 fi 9391 9438 AC_SUBST([install_sh])]) 9392 9439 9393 # Copyright (C) 2003-201 4Free Software Foundation, Inc.9440 # Copyright (C) 2003-2017 Free Software Foundation, Inc. 9394 9441 # 9395 9442 # This file is free software; the Free Software Foundation 9396 9443 # gives unlimited permission to copy and/or distribute it, … … AC_SUBST([am__leading_dot])]) 9409 9456 rmdir .tst 2>/dev/null 9410 9457 AC_SUBST([am__leading_dot])]) 9411 9458 9412 # Copyright (C) 1998-201 4Free Software Foundation, Inc.9459 # Copyright (C) 1998-2017 Free Software Foundation, Inc. 9413 9460 # 9414 9461 # This file is free software; the Free Software Foundation 9415 9462 # gives unlimited permission to copy and/or distribute it, … … fi]) 9430 9477 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 9431 9478 # From Jim Meyering 9432 9479 9433 # Copyright (C) 1996-201 4Free Software Foundation, Inc.9480 # Copyright (C) 1996-2017 Free Software Foundation, Inc. 9434 9481 # 9435 9482 # This file is free software; the Free Software Foundation 9436 9483 # gives unlimited permission to copy and/or distribute it, … … AC_MSG_CHECKING([whether to enable maintainer-specific 9465 9512 9466 9513 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 9467 9514 9468 # Copyright (C) 1997-201 4Free Software Foundation, Inc.9515 # Copyright (C) 1997-2017 Free Software Foundation, Inc. 9469 9516 # 9470 9517 # This file is free software; the Free Software Foundation 9471 9518 # gives unlimited permission to copy and/or distribute it, … … fi 9504 9551 9505 9552 # Helper functions for option handling. -*- Autoconf -*- 9506 9553 9507 # Copyright (C) 2001-201 4Free Software Foundation, Inc.9554 # Copyright (C) 2001-2017 Free Software Foundation, Inc. 9508 9555 # 9509 9556 # This file is free software; the Free Software Foundation 9510 9557 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([_AM_IF_OPTION], 9533 9580 AC_DEFUN([_AM_IF_OPTION], 9534 9581 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 9535 9582 9536 # Copyright (C) 1999-201 4Free Software Foundation, Inc.9583 # Copyright (C) 1999-2017 Free Software Foundation, Inc. 9537 9584 # 9538 9585 # This file is free software; the Free Software Foundation 9539 9586 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_C 9580 9627 # For backward compatibility. 9581 9628 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) 9582 9629 9583 # Copyright (C) 2001-201 4Free Software Foundation, Inc.9630 # Copyright (C) 2001-2017 Free Software Foundation, Inc. 9584 9631 # 9585 9632 # This file is free software; the Free Software Foundation 9586 9633 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([AM_RUN_LOG], 9599 9646 9600 9647 # Check to make sure that the build environment is sane. -*- Autoconf -*- 9601 9648 9602 # Copyright (C) 1996-201 4Free Software Foundation, Inc.9649 # Copyright (C) 1996-2017 Free Software Foundation, Inc. 9603 9650 # 9604 9651 # This file is free software; the Free Software Foundation 9605 9652 # gives unlimited permission to copy and/or distribute it, … … rm -f conftest.file 9680 9727 rm -f conftest.file 9681 9728 ]) 9682 9729 9683 # Copyright (C) 2009-201 4Free Software Foundation, Inc.9730 # Copyright (C) 2009-2017 Free Software Foundation, Inc. 9684 9731 # 9685 9732 # This file is free software; the Free Software Foundation 9686 9733 # gives unlimited permission to copy and/or distribute it, … … _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl 9740 9787 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl 9741 9788 ]) 9742 9789 9743 # Copyright (C) 2001-201 4Free Software Foundation, Inc.9790 # Copyright (C) 2001-2017 Free Software Foundation, Inc. 9744 9791 # 9745 9792 # This file is free software; the Free Software Foundation 9746 9793 # gives unlimited permission to copy and/or distribute it, … … AC_SUBST([INSTALL_STRIP_PROGRAM])]) 9768 9815 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 9769 9816 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 9770 9817 9771 # Copyright (C) 2006-201 4Free Software Foundation, Inc.9818 # Copyright (C) 2006-2017 Free Software Foundation, Inc. 9772 9819 # 9773 9820 # This file is free software; the Free Software Foundation 9774 9821 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 9787 9834 9788 9835 # Check how to create a tarball. -*- Autoconf -*- 9789 9836 9790 # Copyright (C) 2004-201 4Free Software Foundation, Inc.9837 # Copyright (C) 2004-2017 Free Software Foundation, Inc. 9791 9838 # 9792 9839 # This file is free software; the Free Software Foundation 9793 9840 # gives unlimited permission to copy and/or distribute it, -
configure
diff -urp configure configure
ac_ct_AR 706 706 MANIFEST_TOOL 707 707 RANLIB 708 708 ac_ct_AR 709 FILECMD 709 710 LN_S 710 711 LD 711 712 FGREP … … else 11409 11410 mingw*) lt_bad_file=conftest.nm/nofile ;; 11410 11411 *) lt_bad_file=/dev/null ;; 11411 11412 esac 11412 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed'1q'` in11413 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in 11413 11414 *$lt_bad_file* | *'Invalid file or object type'*) 11414 11415 lt_cv_path_NM="$tmp_nm -B" 11415 11416 break 2 11416 11417 ;; 11417 11418 *) 11418 case `"$tmp_nm" -p /dev/null 2>&1 | sed'1q'` in11419 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in 11419 11420 */dev/null*) 11420 11421 lt_cv_path_NM="$tmp_nm -p" 11421 11422 break 2 … … fi 11543 11544 fi 11544 11545 fi 11545 11546 11546 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed'1q'` in11547 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in 11547 11548 *COFF*) 11548 11549 DUMPBIN="$DUMPBIN -symbols -headers" 11549 11550 ;; … … else 11629 11630 mingw*) lt_bad_file=conftest.nm/nofile ;; 11630 11631 *) lt_bad_file=/dev/null ;; 11631 11632 esac 11632 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed'1q'` in11633 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in 11633 11634 *$lt_bad_file* | *'Invalid file or object type'*) 11634 11635 lt_cv_path_NM="$tmp_nm -B" 11635 11636 break 2 11636 11637 ;; 11637 11638 *) 11638 case `"$tmp_nm" -p /dev/null 2>&1 | sed'1q'` in11639 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in 11639 11640 */dev/null*) 11640 11641 lt_cv_path_NM="$tmp_nm -p" 11641 11642 break 2 … … fi 11763 11764 fi 11764 11765 fi 11765 11766 11766 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed'1q'` in11767 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in 11767 11768 *COFF*) 11768 11769 DUMPBIN="$DUMPBIN -symbols -headers" 11769 11770 ;; … … esac 12240 12241 12241 12242 12242 12243 12243 macro_version='2.4. 6'12244 macro_revision='2.4. 6'12244 macro_version='2.4.7' 12245 macro_revision='2.4.7' 12245 12246 12246 12247 12247 12248 … … else 12664 12665 lt_cv_sys_max_cmd_len=8192; 12665 12666 ;; 12666 12667 12667 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)12668 bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*) 12668 12669 # This has been around since 386BSD, at least. Likely further. 12669 12670 if test -x /sbin/sysctl; then 12670 12671 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` … … else 12707 12708 sysv5* | sco5v6* | sysv4.2uw2*) 12708 12709 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` 12709 12710 if test -n "$kargmax"; then 12710 lt_cv_sys_max_cmd_len=`echo $kargmax | sed's/.*[ ]//'`12711 lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'` 12711 12712 else 12712 12713 lt_cv_sys_max_cmd_len=32768 12713 12714 fi … … if test -n "$ac_tool_prefix"; then 12910 12911 12911 12912 12912 12913 if test -n "$ac_tool_prefix"; then 12914 # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args. 12915 set dummy ${ac_tool_prefix}file; ac_word=$2 12916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12917 $as_echo_n "checking for $ac_word... " >&6; } 12918 if ${ac_cv_prog_FILECMD+:} false; then : 12919 $as_echo_n "(cached) " >&6 12920 else 12921 if test -n "$FILECMD"; then 12922 ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test. 12923 else 12924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12925 for as_dir in $PATH 12926 do 12927 IFS=$as_save_IFS 12928 test -z "$as_dir" && as_dir=. 12929 for ac_exec_ext in '' $ac_executable_extensions; do 12930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 12931 ac_cv_prog_FILECMD="${ac_tool_prefix}file" 12932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12933 break 2 12934 fi 12935 done 12936 done 12937 IFS=$as_save_IFS 12938 12939 fi 12940 fi 12941 FILECMD=$ac_cv_prog_FILECMD 12942 if test -n "$FILECMD"; then 12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5 12944 $as_echo "$FILECMD" >&6; } 12945 else 12946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12947 $as_echo "no" >&6; } 12948 fi 12949 12950 12951 fi 12952 if test -z "$ac_cv_prog_FILECMD"; then 12953 ac_ct_FILECMD=$FILECMD 12954 # Extract the first word of "file", so it can be a program name with args. 12955 set dummy file; ac_word=$2 12956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12957 $as_echo_n "checking for $ac_word... " >&6; } 12958 if ${ac_cv_prog_ac_ct_FILECMD+:} false; then : 12959 $as_echo_n "(cached) " >&6 12960 else 12961 if test -n "$ac_ct_FILECMD"; then 12962 ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test. 12963 else 12964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 12965 for as_dir in $PATH 12966 do 12967 IFS=$as_save_IFS 12968 test -z "$as_dir" && as_dir=. 12969 for ac_exec_ext in '' $ac_executable_extensions; do 12970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 12971 ac_cv_prog_ac_ct_FILECMD="file" 12972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12973 break 2 12974 fi 12975 done 12976 done 12977 IFS=$as_save_IFS 12978 12979 fi 12980 fi 12981 ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD 12982 if test -n "$ac_ct_FILECMD"; then 12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5 12984 $as_echo "$ac_ct_FILECMD" >&6; } 12985 else 12986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12987 $as_echo "no" >&6; } 12988 fi 12989 12990 if test "x$ac_ct_FILECMD" = x; then 12991 FILECMD=":" 12992 else 12993 case $cross_compiling:$ac_tool_warned in 12994 yes:) 12995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 12996 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 12997 ac_tool_warned=yes ;; 12998 esac 12999 FILECMD=$ac_ct_FILECMD 13000 fi 13001 else 13002 FILECMD="$ac_cv_prog_FILECMD" 13003 fi 13004 13005 13006 13007 13008 13009 13010 13011 if test -n "$ac_tool_prefix"; then 12913 13012 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 12914 13013 set dummy ${ac_tool_prefix}objdump; ac_word=$2 12915 13014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 … … bsdi[45]*) 13038 13137 13039 13138 bsdi[45]*) 13040 13139 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 13041 lt_cv_file_magic_cmd=' /usr/bin/file-L'13140 lt_cv_file_magic_cmd='$FILECMD -L' 13042 13141 lt_cv_file_magic_test_file=/shlib/libc.so 13043 13142 ;; 13044 13143 … … darwin* | rhapsody*) 13072 13171 lt_cv_deplibs_check_method=pass_all 13073 13172 ;; 13074 13173 13075 freebsd* | dragonfly* )13174 freebsd* | dragonfly* | midnightbsd*) 13076 13175 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then 13077 13176 case $host_cpu in 13078 13177 i*86 ) 13079 13178 # Not sure whether the presence of OpenBSD here was a mistake. 13080 13179 # Let's accept both of them until this is cleared up. 13081 13180 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' 13082 lt_cv_file_magic_cmd= /usr/bin/file13181 lt_cv_file_magic_cmd=$FILECMD 13083 13182 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 13084 13183 ;; 13085 13184 esac … … hpux10.20* | hpux11*) 13093 13192 ;; 13094 13193 13095 13194 hpux10.20* | hpux11*) 13096 lt_cv_file_magic_cmd= /usr/bin/file13195 lt_cv_file_magic_cmd=$FILECMD 13097 13196 case $host_cpu in 13098 13197 ia64*) 13099 13198 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' … … newos6*) 13140 13239 13141 13240 newos6*) 13142 13241 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 13143 lt_cv_file_magic_cmd= /usr/bin/file13242 lt_cv_file_magic_cmd=$FILECMD 13144 13243 lt_cv_file_magic_test_file=/usr/lib/libnls.so 13145 13244 ;; 13146 13245 … … fi 13489 13588 fi 13490 13589 13491 13590 : ${AR=ar} 13492 : ${AR_FLAGS=cru}13493 13591 13494 13592 13495 13593 13496 13594 13497 13595 13498 13596 13597 # Use ARFLAGS variable as AR's operation code to sync the variable naming with 13598 # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have 13599 # higher priority because thats what people were doing historically (setting 13600 # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS 13601 # variable obsoleted/removed. 13499 13602 13603 test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} 13604 lt_ar_flags=$AR_FLAGS 13500 13605 13501 13606 13502 13607 13503 13608 13609 13610 13611 # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override 13612 # by AR_FLAGS because that was never working and AR_FLAGS is about to die. 13613 13614 13615 13616 13617 13618 13504 13619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 13505 13620 $as_echo_n "checking for archiver @FILE support... " >&6; } 13506 13621 if ${lt_cv_ar_at_file+:} false; then : … … if test "$lt_cv_nm_interface" = "MS dumpbin"; then 13889 14004 13890 14005 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 13891 14006 # Gets list of data symbols to import. 13892 lt_cv_sys_global_symbol_to_import=" sed-n -e 's/^I .* \(.*\)$/\1/p'"14007 lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'" 13893 14008 # Adjust the below global symbol transforms to fixup imported variables. 13894 14009 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" 13895 14010 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" … … fi 13907 14022 # Transform an extracted symbol line into a proper C declaration. 13908 14023 # Some systems (esp. on ia64) link data and code symbols differently, 13909 14024 # so use this general approach. 13910 lt_cv_sys_global_symbol_to_cdecl=" sed-n"\14025 lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ 13911 14026 $lt_cdecl_hook\ 13912 14027 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ 13913 14028 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" 13914 14029 13915 14030 # Transform an extracted symbol line into symbol name and symbol address 13916 lt_cv_sys_global_symbol_to_c_name_address=" sed-n"\14031 lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\ 13917 14032 $lt_c_name_hook\ 13918 14033 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ 13919 14034 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" 13920 14035 13921 14036 # Transform an extracted symbol line into symbol name with lib prefix and 13922 14037 # symbol address. 13923 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=" sed-n"\14038 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\ 13924 14039 $lt_c_name_lib_hook\ 13925 14040 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ 13926 14041 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ … … for ac_symprfx in "" "_"; do 13944 14059 if test "$lt_cv_nm_interface" = "MS dumpbin"; then 13945 14060 # Fake it for dumpbin and say T for any non-static function, 13946 14061 # D for any global variable and I for any imported variable. 13947 # Also find C++ and __fastcall symbols from MSVC++ ,14062 # Also find C++ and __fastcall symbols from MSVC++ or ICC, 13948 14063 # which start with @ or ?. 13949 14064 lt_cv_sys_global_symbol_pipe="$AWK '"\ 13950 14065 " {last_section=section; section=\$ 3};"\ … … for ac_symprfx in "" "_"; do 13962 14077 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ 13963 14078 " ' prfx=^$ac_symprfx" 13964 14079 else 13965 lt_cv_sys_global_symbol_pipe=" sed-n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"14080 lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 13966 14081 fi 13967 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed'/ __gnu_lto/d'"14082 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'" 13968 14083 13969 14084 # Check to see that the pipe works correctly. 13970 14085 pipe_works=no … … case $with_sysroot in #( 14166 14281 fi 14167 14282 ;; #( 14168 14283 /*) 14169 lt_sysroot=`echo "$with_sysroot" | sed-e "$sed_quote_subst"`14284 lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` 14170 14285 ;; #( 14171 14286 no|'') 14172 14287 ;; #( … … ia64-*-hpux*) 14283 14398 ac_status=$? 14284 14399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 14285 14400 test $ac_status = 0; }; then 14286 case ` /usr/bin/fileconftest.$ac_objext` in14401 case `$FILECMD conftest.$ac_objext` in 14287 14402 *ELF-32*) 14288 14403 HPUX_IA64_MODE=32 14289 14404 ;; … … ia64-*-hpux*) 14304 14419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 14305 14420 test $ac_status = 0; }; then 14306 14421 if test yes = "$lt_cv_prog_gnu_ld"; then 14307 case ` /usr/bin/fileconftest.$ac_objext` in14422 case `$FILECMD conftest.$ac_objext` in 14308 14423 *32-bit*) 14309 14424 LD="${LD-ld} -melf32bsmip" 14310 14425 ;; … … ia64-*-hpux*) 14316 14431 ;; 14317 14432 esac 14318 14433 else 14319 case ` /usr/bin/fileconftest.$ac_objext` in14434 case `$FILECMD conftest.$ac_objext` in 14320 14435 *32-bit*) 14321 14436 LD="${LD-ld} -32" 14322 14437 ;; … … mips64*-*linux*) 14342 14457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 14343 14458 test $ac_status = 0; }; then 14344 14459 emul=elf 14345 case ` /usr/bin/fileconftest.$ac_objext` in14460 case `$FILECMD conftest.$ac_objext` in 14346 14461 *32-bit*) 14347 14462 emul="${emul}32" 14348 14463 ;; … … mips64*-*linux*) 14350 14465 emul="${emul}64" 14351 14466 ;; 14352 14467 esac 14353 case ` /usr/bin/fileconftest.$ac_objext` in14468 case `$FILECMD conftest.$ac_objext` in 14354 14469 *MSB*) 14355 14470 emul="${emul}btsmip" 14356 14471 ;; … … mips64*-*linux*) 14358 14473 emul="${emul}ltsmip" 14359 14474 ;; 14360 14475 esac 14361 case ` /usr/bin/fileconftest.$ac_objext` in14476 case `$FILECMD conftest.$ac_objext` in 14362 14477 *N32*) 14363 14478 emul="${emul}n32" 14364 14479 ;; … … s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 14382 14497 ac_status=$? 14383 14498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 14384 14499 test $ac_status = 0; }; then 14385 case ` /usr/bin/fileconftest.o` in14500 case `$FILECMD conftest.o` in 14386 14501 *32-bit*) 14387 14502 case $host in 14388 14503 x86_64-*kfreebsd*-gnu) 14389 14504 LD="${LD-ld} -m elf_i386_fbsd" 14390 14505 ;; 14391 14506 x86_64-*linux*) 14392 case ` /usr/bin/fileconftest.o` in14507 case `$FILECMD conftest.o` in 14393 14508 *x86-64*) 14394 14509 LD="${LD-ld} -m elf32_x86_64" 14395 14510 ;; … … $as_echo "$lt_cv_cc_needs_belf" >&6; } 14495 14610 ac_status=$? 14496 14611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 14497 14612 test $ac_status = 0; }; then 14498 case ` /usr/bin/fileconftest.o` in14613 case `$FILECMD conftest.o` in 14499 14614 *64-bit*) 14500 14615 case $lt_cv_prog_gnu_ld in 14501 14616 yes*) … … _LT_EOF 15213 15328 _LT_EOF 15214 15329 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 15215 15330 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 15216 echo "$AR crulibconftest.a conftest.o" >&515217 $AR crulibconftest.a conftest.o 2>&515331 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 15332 $AR $AR_FLAGS libconftest.a conftest.o 2>&5 15218 15333 echo "$RANLIB libconftest.a" >&5 15219 15334 $RANLIB libconftest.a 2>&5 15220 15335 cat > conftest.c << _LT_EOF … … $as_echo "$lt_cv_ld_force_load" >&6; } 15241 15356 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 15242 15357 darwin1.*) 15243 15358 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 15244 darwin*) # darwin 5.x on 15245 # if running on 10.5 or later, the deployment target defaults 15246 # to the OS version, if on x86, and 10.4, the deployment 15247 # target defaults to 10.4. Don't you love it? 15248 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 15249 10.0,*86*-darwin8*|10.0,*-darwin[91]*) 15250 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 15251 10.[012][,.]*) 15252 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 15253 10.*) 15254 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 15359 darwin*) 15360 case $MACOSX_DEPLOYMENT_TARGET,$host in 15361 10.[012],*|,*powerpc*-darwin[5-8]*) 15362 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 15363 *) 15364 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 15255 15365 esac 15256 15366 ;; 15257 15367 esac 15258 15368 if test yes = "$lt_cv_apple_cc_single_mod"; then 15259 15369 _lt_dar_single_mod='$single_module' 15260 15370 fi 15371 _lt_dar_needs_single_mod=no 15372 case $host_os in 15373 rhapsody* | darwin1.*) 15374 _lt_dar_needs_single_mod=yes ;; 15375 darwin*) 15376 # When targeting Mac OS X 10.4 (darwin 8) or later, 15377 # -single_module is the default and -multi_module is unsupported. 15378 # The toolchain on macOS 10.14 (darwin 18) and later cannot 15379 # target any OS version that needs -single_module. 15380 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 15381 10.0,*-darwin[567].*|10.[0-3],*-darwin[5-9].*|10.[0-3],*-darwin1[0-7].*) 15382 _lt_dar_needs_single_mod=yes ;; 15383 esac 15384 ;; 15385 esac 15261 15386 if test yes = "$lt_cv_ld_exported_symbols_list"; then 15262 15387 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' 15263 15388 else … … can_build_shared=yes 15748 15873 ofile=libtool 15749 15874 can_build_shared=yes 15750 15875 15751 # All known linkers require a '.a' archive for static linking (except MSVC ,15752 # which needs'.lib').15876 # All known linkers require a '.a' archive for static linking (except MSVC and 15877 # ICC, which need '.lib'). 15753 15878 libext=a 15754 15879 15755 15880 with_gnu_ld=$lt_cv_prog_gnu_ld … … lt_prog_compiler_static= 16254 16379 lt_prog_compiler_static='-qstaticlink' 16255 16380 ;; 16256 16381 *) 16257 case `$CC -V 2>&1 | sed5q` in16382 case `$CC -V 2>&1 | $SED 5q` in 16258 16383 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) 16259 16384 # Sun Fortran 8.3 passes all unrecognized flags to the linker 16260 16385 lt_prog_compiler_pic='-KPIC' … … $as_echo_n "checking whether the $compiler linker ($LD 16672 16797 16673 16798 case $host_os in 16674 16799 cygwin* | mingw* | pw32* | cegcc*) 16675 # FIXME: the MSVC++ port hasn't been tested in a loooong time16800 # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time 16676 16801 # When not using gcc, we currently assume that we are using 16677 # Microsoft Visual C++ .16802 # Microsoft Visual C++ or Intel C++ Compiler. 16678 16803 if test yes != "$GCC"; then 16679 16804 with_gnu_ld=no 16680 16805 fi 16681 16806 ;; 16682 16807 interix*) 16683 # we just hope/assume this is gcc and not c89 (= MSVC++ )16808 # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC) 16684 16809 with_gnu_ld=yes 16685 16810 ;; 16686 16811 openbsd* | bitrig*) … … $as_echo_n "checking whether the $compiler linker ($LD 16732 16857 whole_archive_flag_spec= 16733 16858 fi 16734 16859 supports_anon_versioning=no 16735 case `$LD -v | $SED -e 's/( ^)\+)\s\+//' 2>&1` in16860 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in 16736 16861 *GNU\ gold*) supports_anon_versioning=yes ;; 16737 16862 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 16738 16863 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... … … _LT_EOF 16844 16969 emximp -o $lib $output_objdir/$libname.def' 16845 16970 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' 16846 16971 enable_shared_with_static_runtimes=yes 16972 file_list_spec='@' 16847 16973 ;; 16848 16974 16849 16975 interix[3-9]*) … … _LT_EOF 16858 16984 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 16859 16985 # time. Moving up from 0x10000000 also allows more sbrk(2) space. 16860 16986 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 16861 archive_expsym_cmds=' sed"s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'16987 archive_expsym_cmds='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 16862 16988 ;; 16863 16989 16864 16990 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) … … _LT_EOF 16901 17027 compiler_needs_object=yes 16902 17028 ;; 16903 17029 esac 16904 case `$CC -V 2>&1 | sed5q` in17030 case `$CC -V 2>&1 | $SED 5q` in 16905 17031 *Sun\ C*) # Sun C 5.9 16906 17032 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' 16907 17033 compiler_needs_object=yes … … _LT_EOF 16913 17039 16914 17040 if test yes = "$supports_anon_versioning"; then 16915 17041 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 16916 cat $export_symbols | sed-e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~17042 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 16917 17043 echo "local: *; };" >> $output_objdir/$libname.ver~ 16918 17044 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' 16919 17045 fi … … _LT_EOF 16929 17055 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' 16930 17056 if test yes = "$supports_anon_versioning"; then 16931 17057 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 16932 cat $export_symbols | sed-e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~17058 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 16933 17059 echo "local: *; };" >> $output_objdir/$libname.ver~ 16934 17060 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' 16935 17061 fi … … _LT_EOF 17061 17187 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then 17062 17188 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 17063 17189 else 17064 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == " W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'17190 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 17065 17191 fi 17066 17192 aix_use_runtimelinking=no 17067 17193 … … fi 17328 17454 17329 17455 cygwin* | mingw* | pw32* | cegcc*) 17330 17456 # When not using gcc, we currently assume that we are using 17331 # Microsoft Visual C++ .17457 # Microsoft Visual C++ or Intel C++ Compiler. 17332 17458 # hardcode_libdir_flag_spec is actually meaningless, as there is 17333 17459 # no search path for DLLs. 17334 17460 case $cc_basename in 17335 cl* )17336 # Native MSVC 17461 cl* | icl*) 17462 # Native MSVC or ICC 17337 17463 hardcode_libdir_flag_spec=' ' 17338 17464 allow_undefined_flag=unsupported 17339 17465 always_export_symbols=yes … … fi 17374 17500 fi' 17375 17501 ;; 17376 17502 *) 17377 # Assume MSVC wrapper17503 # Assume MSVC and ICC wrapper 17378 17504 hardcode_libdir_flag_spec=' ' 17379 17505 allow_undefined_flag=unsupported 17380 17506 # Tell ltmain to make .lib files, not .a files. … … fi 17415 17541 output_verbose_link_cmd=func_echo_all 17416 17542 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" 17417 17543 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" 17418 archive_expsym_cmds=" sed's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"17419 module_expsym_cmds=" sed-e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"17544 archive_expsym_cmds="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" 17545 module_expsym_cmds="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" 17420 17546 17421 17547 else 17422 17548 ld_shlibs=no … … fi 17450 17576 ;; 17451 17577 17452 17578 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 17453 freebsd* | dragonfly* )17579 freebsd* | dragonfly* | midnightbsd*) 17454 17580 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 17455 17581 hardcode_libdir_flag_spec='-R$libdir' 17456 17582 hardcode_direct=yes … … $as_echo "$lt_cv_irix_exported_symbol" >&6; } 17698 17824 emximp -o $lib $output_objdir/$libname.def' 17699 17825 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' 17700 17826 enable_shared_with_static_runtimes=yes 17827 file_list_spec='@' 17701 17828 ;; 17702 17829 17703 17830 osf3*) … … cygwin* | mingw* | pw32* | cegcc*) 18389 18516 case $host_os in 18390 18517 cygwin*) 18391 18518 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 18392 soname_spec='`echo $libname | sed-e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'18519 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' 18393 18520 18394 18521 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" 18395 18522 ;; … … cygwin* | mingw* | pw32* | cegcc*) 18399 18526 ;; 18400 18527 pw32*) 18401 18528 # pw32 DLLs use 'pw' prefix rather than 'lib' 18402 library_names_spec='`echo $libname | sed-e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'18529 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' 18403 18530 ;; 18404 18531 esac 18405 18532 dynamic_linker='Win32 ld.exe' 18406 18533 ;; 18407 18534 18408 *,cl* )18409 # Native MSVC 18535 *,cl* | *,icl*) 18536 # Native MSVC or ICC 18410 18537 libname_spec='$name' 18411 18538 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' 18412 18539 library_names_spec='$libname.dll.lib' … … cygwin* | mingw* | pw32* | cegcc*) 18425 18552 done 18426 18553 IFS=$lt_save_ifs 18427 18554 # Convert to MSYS style. 18428 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed-e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`18555 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` 18429 18556 ;; 18430 18557 cygwin*) 18431 18558 # Convert to unix form, then to dos form, then back to unix form … … cygwin* | mingw* | pw32* | cegcc*) 18462 18589 ;; 18463 18590 18464 18591 *) 18465 # Assume MSVC wrapper18592 # Assume MSVC and ICC wrapper 18466 18593 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' 18467 18594 dynamic_linker='Win32 ld.exe' 18468 18595 ;; … … dgux*) 18495 18622 shlibpath_var=LD_LIBRARY_PATH 18496 18623 ;; 18497 18624 18498 freebsd* | dragonfly* )18625 freebsd* | dragonfly* | midnightbsd*) 18499 18626 # DragonFly does not have aout. When/if they implement a new 18500 18627 # versioning mechanism, adjust this. 18501 18628 if test -x /usr/bin/objformat; then … … $as_echo_n "checking whether stripping libraries is po 19641 19768 old_striplib= 19642 19769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 19643 19770 $as_echo_n "checking whether stripping libraries is possible... " >&6; } 19644 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then 19645 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 19646 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 19647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 19648 $as_echo "yes" >&6; } 19771 if test -z "$STRIP"; then 19772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 19773 $as_echo "no" >&6; } 19649 19774 else 19650 # FIXME - insert some real tests, host_os isn't really good enough 19651 case $host_os in 19652 darwin*) 19653 if test -n "$STRIP"; then 19775 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then 19776 old_striplib="$STRIP --strip-debug" 19777 striplib="$STRIP --strip-unneeded" 19778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 19779 $as_echo "yes" >&6; } 19780 else 19781 case $host_os in 19782 darwin*) 19783 # FIXME - insert some real tests, host_os isn't really good enough 19654 19784 striplib="$STRIP -x" 19655 19785 old_striplib="$STRIP -S" 19656 19786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 19657 19787 $as_echo "yes" >&6; } 19658 else 19788 ;; 19789 freebsd*) 19790 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then 19791 old_striplib="$STRIP --strip-debug" 19792 striplib="$STRIP --strip-unneeded" 19793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 19794 $as_echo "yes" >&6; } 19795 else 19796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 19797 $as_echo "no" >&6; } 19798 fi 19799 ;; 19800 *) 19659 19801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 19660 19802 $as_echo "no" >&6; } 19661 fi 19662 ;; 19663 *) 19664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 19665 $as_echo "no" >&6; } 19666 ;; 19667 esac 19803 ;; 19804 esac 19805 fi 19668 19806 fi 19669 19807 19670 19808 … … fi 20432 20570 20433 20571 cygwin* | mingw* | pw32* | cegcc*) 20434 20572 case $GXX,$cc_basename in 20435 ,cl* | no,cl* )20436 # Native MSVC 20573 ,cl* | no,cl* | ,icl* | no,icl*) 20574 # Native MSVC or ICC 20437 20575 # hardcode_libdir_flag_spec is actually meaningless, as there is 20438 20576 # no search path for DLLs. 20439 20577 hardcode_libdir_flag_spec_CXX=' ' … … fi 20524 20662 output_verbose_link_cmd=func_echo_all 20525 20663 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" 20526 20664 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" 20527 archive_expsym_cmds_CXX=" sed's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"20528 module_expsym_cmds_CXX=" sed-e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"20529 if test yes != "$lt_cv_apple_cc_single_mod"; then20665 archive_expsym_cmds_CXX="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" 20666 module_expsym_cmds_CXX="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" 20667 if test yes = "$_lt_dar_needs_single_mod" -a yes != "$lt_cv_apple_cc_single_mod"; then 20530 20668 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" 20531 archive_expsym_cmds_CXX=" sed's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"20669 archive_expsym_cmds_CXX="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" 20532 20670 fi 20533 20671 20534 20672 else … … fi 20563 20701 emximp -o $lib $output_objdir/$libname.def' 20564 20702 old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' 20565 20703 enable_shared_with_static_runtimes_CXX=yes 20704 file_list_spec_CXX='@' 20566 20705 ;; 20567 20706 20568 20707 dgux*) … … fi 20593 20732 archive_cmds_need_lc_CXX=no 20594 20733 ;; 20595 20734 20596 freebsd* | dragonfly* )20735 freebsd* | dragonfly* | midnightbsd*) 20597 20736 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 20598 20737 # conventions 20599 20738 ld_shlibs_CXX=yes … … fi 20730 20869 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 20731 20870 # time. Moving up from 0x10000000 also allows more sbrk(2) space. 20732 20871 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 20733 archive_expsym_cmds_CXX=' sed"s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'20872 archive_expsym_cmds_CXX='$SED "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 20734 20873 ;; 20735 20874 irix5* | irix6*) 20736 20875 case $cc_basename in … … fi 20870 21009 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' 20871 21010 if test yes = "$supports_anon_versioning"; then 20872 21011 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ 20873 cat $export_symbols | sed-e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~21012 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 20874 21013 echo "local: *; };" >> $output_objdir/$libname.ver~ 20875 21014 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' 20876 21015 fi 20877 21016 ;; 20878 21017 *) 20879 case `$CC -V 2>&1 | sed5q` in21018 case `$CC -V 2>&1 | $SED 5q` in 20880 21019 *Sun\ C*) 20881 21020 # Sun C++ 5.9 20882 21021 no_undefined_flag_CXX=' -zdefs' … … lt_prog_compiler_static_CXX= 21533 21672 ;; 21534 21673 esac 21535 21674 ;; 21536 freebsd* | dragonfly* )21675 freebsd* | dragonfly* | midnightbsd*) 21537 21676 # FreeBSD uses GNU C++ 21538 21677 ;; 21539 21678 hpux9* | hpux10* | hpux11*) … … lt_prog_compiler_static_CXX= 21616 21755 lt_prog_compiler_static_CXX='-qstaticlink' 21617 21756 ;; 21618 21757 *) 21619 case `$CC -V 2>&1 | sed5q` in21758 case `$CC -V 2>&1 | $SED 5q` in 21620 21759 *Sun\ C*) 21621 21760 # Sun C++ 5.9 21622 21761 lt_prog_compiler_pic_CXX='-KPIC' … … $as_echo_n "checking whether the $compiler linker ($LD 21998 22137 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then 21999 22138 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 22000 22139 else 22001 export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == " W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'22140 export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 22002 22141 fi 22003 22142 ;; 22004 22143 pw32*) … … $as_echo_n "checking whether the $compiler linker ($LD 22006 22145 ;; 22007 22146 cygwin* | mingw* | cegcc*) 22008 22147 case $cc_basename in 22009 cl* )22148 cl* | icl*) 22010 22149 exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' 22011 22150 ;; 22012 22151 *) … … cygwin* | mingw* | pw32* | cegcc*) 22353 22492 case $host_os in 22354 22493 cygwin*) 22355 22494 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 22356 soname_spec='`echo $libname | sed-e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'22495 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' 22357 22496 22358 22497 ;; 22359 22498 mingw* | cegcc*) … … cygwin* | mingw* | pw32* | cegcc*) 22362 22501 ;; 22363 22502 pw32*) 22364 22503 # pw32 DLLs use 'pw' prefix rather than 'lib' 22365 library_names_spec='`echo $libname | sed-e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'22504 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' 22366 22505 ;; 22367 22506 esac 22368 22507 dynamic_linker='Win32 ld.exe' 22369 22508 ;; 22370 22509 22371 *,cl* )22372 # Native MSVC 22510 *,cl* | *,icl*) 22511 # Native MSVC or ICC 22373 22512 libname_spec='$name' 22374 22513 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' 22375 22514 library_names_spec='$libname.dll.lib' … … cygwin* | mingw* | pw32* | cegcc*) 22388 22527 done 22389 22528 IFS=$lt_save_ifs 22390 22529 # Convert to MSYS style. 22391 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed-e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`22530 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` 22392 22531 ;; 22393 22532 cygwin*) 22394 22533 # Convert to unix form, then to dos form, then back to unix form … … cygwin* | mingw* | pw32* | cegcc*) 22425 22564 ;; 22426 22565 22427 22566 *) 22428 # Assume MSVC wrapper22567 # Assume MSVC and ICC wrapper 22429 22568 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' 22430 22569 dynamic_linker='Win32 ld.exe' 22431 22570 ;; … … dgux*) 22457 22596 shlibpath_var=LD_LIBRARY_PATH 22458 22597 ;; 22459 22598 22460 freebsd* | dragonfly* )22599 freebsd* | dragonfly* | midnightbsd*) 22461 22600 # DragonFly does not have aout. When/if they implement a new 22462 22601 # versioning mechanism, adjust this. 22463 22602 if test -x /usr/bin/objformat; then … … reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_sing 28804 28943 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' 28805 28944 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' 28806 28945 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' 28946 FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`' 28807 28947 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' 28808 28948 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' 28809 28949 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' 28810 28950 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' 28811 28951 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' 28812 28952 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' 28953 lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' 28813 28954 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' 28814 28955 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' 28815 28956 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' … … reload_flag \ 28987 29128 lt_SP2NL \ 28988 29129 lt_NL2SP \ 28989 29130 reload_flag \ 29131 FILECMD \ 28990 29132 deplibs_check_method \ 28991 29133 file_magic_cmd \ 28992 29134 file_magic_glob \ 28993 29135 want_nocaseglob \ 28994 29136 sharedlib_from_linklib_cmd \ 28995 29137 AR \ 28996 AR_FLAGS \28997 29138 archiver_list_spec \ 28998 29139 STRIP \ 28999 29140 RANLIB \ … … to_tool_file_cmd=$lt_cv_to_tool_file_cmd 29953 30094 # convert \$build files to toolchain format. 29954 30095 to_tool_file_cmd=$lt_cv_to_tool_file_cmd 29955 30096 30097 # A file(cmd) program that detects file types. 30098 FILECMD=$lt_FILECMD 30099 29956 30100 # Method to check whether dependent libraries are shared objects. 29957 30101 deplibs_check_method=$lt_deplibs_check_method 29958 30102 … … AR=$lt_AR 29971 30115 # The archiver. 29972 30116 AR=$lt_AR 29973 30117 30118 # Flags to create an archive (by configure). 30119 lt_ar_flags=$lt_ar_flags 30120 29974 30121 # Flags to create an archive. 29975 AR_FLAGS= $lt_AR_FLAGS30122 AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} 29976 30123 29977 30124 # How to feed a file listing to the archiver. 29978 30125 archiver_list_spec=$lt_archiver_list_spec … … ltmain=$ac_aux_dir/ltmain.sh 30361 30508 # if finds mixed CR/LF and LF-only lines. Since sed operates in 30362 30509 # text mode, it properly converts lines to CR/LF. This bash problem 30363 30510 # is reportedly fixed, but why not run on old versions too? 30364 sed'$q' "$ltmain" >> "$cfgfile" \30511 $SED '$q' "$ltmain" >> "$cfgfile" \ 30365 30512 || (rm -f "$cfgfile"; exit 1) 30366 30513 30367 30514 mv -f "$cfgfile" "$ofile" || -
cxx/Makefile.in
diff -urp cxx/Makefile.in cxx/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 233 233 EXEEXT = @EXEEXT@ 234 234 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 235 235 FGREP = @FGREP@ 236 FILECMD = @FILECMD@ 236 237 GMP_LDFLAGS = @GMP_LDFLAGS@ 237 238 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 238 239 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
demos/Makefile.in
diff -urp demos/Makefile.in demos/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 289 289 EXEEXT = @EXEEXT@ 290 290 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 291 291 FGREP = @FGREP@ 292 FILECMD = @FILECMD@ 292 293 GMP_LDFLAGS = @GMP_LDFLAGS@ 293 294 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 294 295 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
demos/calc/Makefile.in
diff -urp demos/calc/Makefile.in demos/calc/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 253 253 EXEEXT = @EXEEXT@ 254 254 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 255 255 FGREP = @FGREP@ 256 FILECMD = @FILECMD@ 256 257 GMP_LDFLAGS = @GMP_LDFLAGS@ 257 258 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 258 259 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
demos/expr/Makefile.in
diff -urp demos/expr/Makefile.in demos/expr/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 244 244 EXEEXT = @EXEEXT@ 245 245 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 246 246 FGREP = @FGREP@ 247 FILECMD = @FILECMD@ 247 248 GMP_LDFLAGS = @GMP_LDFLAGS@ 248 249 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 249 250 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
doc/Makefile.in
diff -urp doc/Makefile.in doc/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 255 255 EXEEXT = @EXEEXT@ 256 256 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 257 257 FGREP = @FGREP@ 258 FILECMD = @FILECMD@ 258 259 GMP_LDFLAGS = @GMP_LDFLAGS@ 259 260 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 260 261 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
ltmain.sh
diff -urp ltmain.sh ltmain.sh
1 #! / bin/sh1 #! /usr/bin/env sh 2 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v201 4-01-03.013 ## by inline-source v2019-02-19.15 4 4 5 # libtool (GNU libtool) 2.4. 65 # libtool (GNU libtool) 2.4.7 6 6 # Provide generalized library-building support services. 7 7 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 8 8 9 # Copyright (C) 1996-201 5Free Software Foundation, Inc.9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 10 10 # This is free software; see the source for copying conditions. There is NO 11 11 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 12 12 … … PACKAGE=libtool 31 31 32 32 PROGRAM=libtool 33 33 PACKAGE=libtool 34 VERSION=2.4. 635 package_revision=2.4. 634 VERSION=2.4.7 35 package_revision=2.4.7 36 36 37 37 38 38 ## ------ ## … … package_revision=2.4.6 64 64 # libraries, which are installed to $pkgauxdir. 65 65 66 66 # Set a version string for this script. 67 scriptversion=201 5-01-20.17; # UTC67 scriptversion=2019-02-19.15; # UTC 68 68 69 69 # General shell script boiler plate, and helper functions. 70 70 # Written by Gary V. Vaughan, 2004 71 71 72 # Copyright (C) 2004-2015 Free Software Foundation, Inc. 73 # This is free software; see the source for copying conditions. There is NO 74 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 72 # This is free software. There is NO warranty; not even for 73 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 74 # 75 # Copyright (C) 2004-2019, 2021 Bootstrap Authors 76 # 77 # This file is dual licensed under the terms of the MIT license 78 # <https://opensource.org/license/MIT>, and GPL version 2 or later 79 # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of 80 # these licenses when using or redistributing this software or any of 81 # the files within it. See the URLs above, or the file `LICENSE` 82 # included in the Bootstrap distribution for the full license texts. 75 83 76 # This program is free software; you can redistribute it and/or modify 77 # it under the terms of the GNU General Public License as published by 78 # the Free Software Foundation; either version 3 of the License, or 79 # (at your option) any later version. 84 # Please report bugs or propose patches to: 85 # <https://github.com/gnulib-modules/bootstrap/issues> 80 86 81 # As a special exception to the GNU General Public License, if you distribute82 # this file as part of a program or library that is built using GNU Libtool,83 # you may include this file under the same distribution terms that you use84 # for the rest of that program.85 87 86 # This program is distributed in the hope that it will be useful,87 # but WITHOUT ANY WARRANTY; without even the implied warranty of88 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU89 # General Public License for more details.90 91 # You should have received a copy of the GNU General Public License92 # along with this program. If not, see <http://www.gnu.org/licenses/>.93 94 # Please report bugs or propose patches to gary@gnu.org.95 96 97 88 ## ------ ## 98 89 ## Usage. ## 99 90 ## ------ ## … … done 139 130 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" 140 131 fi" 141 132 done 133 # These NLS vars are set unconditionally (bootstrap issue #24). Unset those 134 # in case the environment reset is needed later and the $save_* variant is not 135 # defined (see the code above). 136 LC_ALL=C 137 LANGUAGE=C 138 export LANGUAGE LC_ALL 142 139 143 # CDPATH.144 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH145 146 140 # Make sure IFS has a sensible default 147 141 sp=' ' 148 142 nl=' … … fi 159 153 fi 160 154 161 155 156 # func_unset VAR 157 # -------------- 158 # Portably unset VAR. 159 # In some shells, an 'unset VAR' statement leaves a non-zero return 160 # status if VAR is already unset, which might be problematic if the 161 # statement is used at the end of a function (thus poisoning its return 162 # value) or when 'set -e' is active (causing even a spurious abort of 163 # the script in this case). 164 func_unset () 165 { 166 { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } 167 } 162 168 169 170 # Make sure CDPATH doesn't cause `cd` commands to output the target dir. 171 func_unset CDPATH 172 173 # Make sure ${,E,F}GREP behave sanely. 174 func_unset GREP_OPTIONS 175 176 163 177 ## ------------------------- ## 164 178 ## Locate command utilities. ## 165 179 ## ------------------------- ## … … test -z "$SED" && { 259 273 rm -f conftest.in conftest.tmp conftest.nl conftest.out 260 274 } 261 275 262 func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin276 func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" 263 277 rm -f conftest.sed 264 278 SED=$func_path_progs_result 265 279 } … … test -z "$GREP" && { 295 309 rm -f conftest.in conftest.tmp conftest.nl conftest.out 296 310 } 297 311 298 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin312 func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" 299 313 GREP=$func_path_progs_result 300 314 } 301 315 … … sed_double_backslash="\ 360 374 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g 361 375 s/\n//g" 362 376 377 # require_check_ifs_backslash 378 # --------------------------- 379 # Check if we can use backslash as IFS='\' separator, and set 380 # $check_ifs_backshlash_broken to ':' or 'false'. 381 require_check_ifs_backslash=func_require_check_ifs_backslash 382 func_require_check_ifs_backslash () 383 { 384 _G_save_IFS=$IFS 385 IFS='\' 386 _G_check_ifs_backshlash='a\\b' 387 for _G_i in $_G_check_ifs_backshlash 388 do 389 case $_G_i in 390 a) 391 check_ifs_backshlash_broken=false 392 ;; 393 '') 394 break 395 ;; 396 *) 397 check_ifs_backshlash_broken=: 398 break 399 ;; 400 esac 401 done 402 IFS=$_G_save_IFS 403 require_check_ifs_backslash=: 404 } 363 405 406 364 407 ## ----------------- ## 365 408 ## Global variables. ## 366 409 ## ----------------- ## … … if test yes = "$_G_HAVE_PLUSEQ_OP"; then 580 623 { 581 624 $debug_cmd 582 625 583 func_quote_ for_eval"$2"584 eval "$1+=\\ \$func_quote_ for_eval_result"626 func_quote_arg pretty "$2" 627 eval "$1+=\\ \$func_quote_arg_result" 585 628 }' 586 629 else 587 630 func_append_quoted () 588 631 { 589 632 $debug_cmd 590 633 591 func_quote_ for_eval"$2"592 eval "$1=\$$1\\ \$func_quote_ for_eval_result"634 func_quote_arg pretty "$2" 635 eval "$1=\$$1\\ \$func_quote_arg_result" 593 636 } 594 637 fi 595 638 … … func_relative_path () 1091 1134 } 1092 1135 1093 1136 1094 # func_quote_for_eval ARG... 1095 # -------------------------- 1096 # Aesthetically quote ARGs to be evaled later. 1097 # This function returns two values: 1098 # i) func_quote_for_eval_result 1099 # double-quoted, suitable for a subsequent eval 1100 # ii) func_quote_for_eval_unquoted_result 1101 # has all characters that are still active within double 1102 # quotes backslashified. 1103 func_quote_for_eval () 1137 # func_quote_portable EVAL ARG 1138 # ---------------------------- 1139 # Internal function to portably implement func_quote_arg. Note that we still 1140 # keep attention to performance here so we as much as possible try to avoid 1141 # calling sed binary (so far O(N) complexity as long as func_append is O(1)). 1142 func_quote_portable () 1104 1143 { 1105 1144 $debug_cmd 1106 1145 1107 func_quote_for_eval_unquoted_result= 1108 func_quote_for_eval_result= 1109 while test 0 -lt $#; do 1110 case $1 in 1111 *[\\\`\"\$]*) 1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; 1113 *) 1114 _G_unquoted_arg=$1 ;; 1115 esac 1116 if test -n "$func_quote_for_eval_unquoted_result"; then 1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" 1118 else 1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" 1146 $require_check_ifs_backslash 1147 1148 func_quote_portable_result=$2 1149 1150 # one-time-loop (easy break) 1151 while true 1152 do 1153 if $1; then 1154 func_quote_portable_result=`$ECHO "$2" | $SED \ 1155 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` 1156 break 1120 1157 fi 1121 1158 1122 case $_G_unquoted_arg in 1123 # Double-quote args containing shell metacharacters to delay 1124 # word splitting, command substitution and variable expansion 1125 # for a subsequent eval. 1126 # Many Bourne shells cannot handle close brackets correctly 1127 # in scan sets, so we specify it separately. 1128 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1129 _G_quoted_arg=\"$_G_unquoted_arg\" 1159 # Quote for eval. 1160 case $func_quote_portable_result in 1161 *[\\\`\"\$]*) 1162 # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string 1163 # contains the shell wildcard characters. 1164 case $check_ifs_backshlash_broken$func_quote_portable_result in 1165 :*|*[\[\*\?]*) 1166 func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ 1167 | $SED "$sed_quote_subst"` 1168 break 1169 ;; 1170 esac 1171 1172 func_quote_portable_old_IFS=$IFS 1173 for _G_char in '\' '`' '"' '$' 1174 do 1175 # STATE($1) PREV($2) SEPARATOR($3) 1176 set start "" "" 1177 func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy 1178 IFS=$_G_char 1179 for _G_part in $func_quote_portable_result 1180 do 1181 case $1 in 1182 quote) 1183 func_append func_quote_portable_result "$3$2" 1184 set quote "$_G_part" "\\$_G_char" 1185 ;; 1186 start) 1187 set first "" "" 1188 func_quote_portable_result= 1189 ;; 1190 first) 1191 set quote "$_G_part" "" 1192 ;; 1193 esac 1194 done 1195 done 1196 IFS=$func_quote_portable_old_IFS 1130 1197 ;; 1131 *) 1132 _G_quoted_arg=$_G_unquoted_arg 1133 ;; 1198 *) ;; 1134 1199 esac 1135 1136 if test -n "$func_quote_for_eval_result"; then 1137 func_append func_quote_for_eval_result " $_G_quoted_arg" 1138 else 1139 func_append func_quote_for_eval_result "$_G_quoted_arg" 1140 fi 1141 shift 1200 break 1142 1201 done 1202 1203 func_quote_portable_unquoted_result=$func_quote_portable_result 1204 case $func_quote_portable_result in 1205 # double-quote args containing shell metacharacters to delay 1206 # word splitting, command substitution and variable expansion 1207 # for a subsequent eval. 1208 # many bourne shells cannot handle close brackets correctly 1209 # in scan sets, so we specify it separately. 1210 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1211 func_quote_portable_result=\"$func_quote_portable_result\" 1212 ;; 1213 esac 1143 1214 } 1144 1215 1145 1216 1146 # func_quote_for_expand ARG 1147 # ------------------------- 1148 # Aesthetically quote ARG to be evaled later; same as above, 1149 # but do not quote variable references. 1150 func_quote_for_expand () 1151 { 1152 $debug_cmd 1217 # func_quotefast_eval ARG 1218 # ----------------------- 1219 # Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', 1220 # but optimized for speed. Result is stored in $func_quotefast_eval. 1221 if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then 1222 printf -v _GL_test_printf_tilde %q '~' 1223 if test '\~' = "$_GL_test_printf_tilde"; then 1224 func_quotefast_eval () 1225 { 1226 printf -v func_quotefast_eval_result %q "$1" 1227 } 1228 else 1229 # Broken older Bash implementations. Make those faster too if possible. 1230 func_quotefast_eval () 1231 { 1232 case $1 in 1233 '~'*) 1234 func_quote_portable false "$1" 1235 func_quotefast_eval_result=$func_quote_portable_result 1236 ;; 1237 *) 1238 printf -v func_quotefast_eval_result %q "$1" 1239 ;; 1240 esac 1241 } 1242 fi 1243 else 1244 func_quotefast_eval () 1245 { 1246 func_quote_portable false "$1" 1247 func_quotefast_eval_result=$func_quote_portable_result 1248 } 1249 fi 1153 1250 1154 case $1 in 1155 *[\\\`\"]*) 1156 _G_arg=`$ECHO "$1" | $SED \ 1157 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; 1158 *) 1159 _G_arg=$1 ;; 1251 1252 # func_quote_arg MODEs ARG 1253 # ------------------------ 1254 # Quote one ARG to be evaled later. MODEs argument may contain zero or more 1255 # specifiers listed below separated by ',' character. This function returns two 1256 # values: 1257 # i) func_quote_arg_result 1258 # double-quoted (when needed), suitable for a subsequent eval 1259 # ii) func_quote_arg_unquoted_result 1260 # has all characters that are still active within double 1261 # quotes backslashified. Available only if 'unquoted' is specified. 1262 # 1263 # Available modes: 1264 # ---------------- 1265 # 'eval' (default) 1266 # - escape shell special characters 1267 # 'expand' 1268 # - the same as 'eval'; but do not quote variable references 1269 # 'pretty' 1270 # - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might 1271 # be used later in func_quote to get output like: 'echo "a b"' instead 1272 # of 'echo a\ b'. This is slower than default on some shells. 1273 # 'unquoted' 1274 # - produce also $func_quote_arg_unquoted_result which does not contain 1275 # wrapping double-quotes. 1276 # 1277 # Examples for 'func_quote_arg pretty,unquoted string': 1278 # 1279 # string | *_result | *_unquoted_result 1280 # ------------+-----------------------+------------------- 1281 # " | \" | \" 1282 # a b | "a b" | a b 1283 # "a b" | "\"a b\"" | \"a b\" 1284 # * | "*" | * 1285 # z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" 1286 # 1287 # Examples for 'func_quote_arg pretty,unquoted,expand string': 1288 # 1289 # string | *_result | *_unquoted_result 1290 # --------------+---------------------+-------------------- 1291 # z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" 1292 func_quote_arg () 1293 { 1294 _G_quote_expand=false 1295 case ,$1, in 1296 *,expand,*) 1297 _G_quote_expand=: 1298 ;; 1160 1299 esac 1161 1300 1162 case $_G_arg in 1163 # Double-quote args containing shell metacharacters to delay 1164 # word splitting and command substitution for a subsequent eval. 1165 # Many Bourne shells cannot handle close brackets correctly 1166 # in scan sets, so we specify it separately. 1167 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") 1168 _G_arg=\"$_G_arg\" 1301 case ,$1, in 1302 *,pretty,*|*,expand,*|*,unquoted,*) 1303 func_quote_portable $_G_quote_expand "$2" 1304 func_quote_arg_result=$func_quote_portable_result 1305 func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result 1169 1306 ;; 1307 *) 1308 # Faster quote-for-eval for some shells. 1309 func_quotefast_eval "$2" 1310 func_quote_arg_result=$func_quotefast_eval_result 1311 ;; 1170 1312 esac 1313 } 1171 1314 1172 func_quote_for_expand_result=$_G_arg 1315 1316 # func_quote MODEs ARGs... 1317 # ------------------------ 1318 # Quote all ARGs to be evaled later and join them into single command. See 1319 # func_quote_arg's description for more info. 1320 func_quote () 1321 { 1322 $debug_cmd 1323 _G_func_quote_mode=$1 ; shift 1324 func_quote_result= 1325 while test 0 -lt $#; do 1326 func_quote_arg "$_G_func_quote_mode" "$1" 1327 if test -n "$func_quote_result"; then 1328 func_append func_quote_result " $func_quote_arg_result" 1329 else 1330 func_append func_quote_result "$func_quote_arg_result" 1331 fi 1332 shift 1333 done 1173 1334 } 1174 1335 1175 1336 … … func_show_eval () 1215 1376 _G_cmd=$1 1216 1377 _G_fail_exp=${2-':'} 1217 1378 1218 func_quote_ for_expand "$_G_cmd"1219 eval "func_notquiet $func_quote_ for_expand_result"1379 func_quote_arg pretty,expand "$_G_cmd" 1380 eval "func_notquiet $func_quote_arg_result" 1220 1381 1221 1382 $opt_dry_run || { 1222 1383 eval "$_G_cmd" … … func_show_eval_locale () 1241 1402 _G_fail_exp=${2-':'} 1242 1403 1243 1404 $opt_quiet || { 1244 func_quote_ for_expand"$_G_cmd"1245 eval "func_echo $func_quote_ for_expand_result"1405 func_quote_arg expand,pretty "$_G_cmd" 1406 eval "func_echo $func_quote_arg_result" 1246 1407 } 1247 1408 1248 1409 $opt_dry_run || { … … func_lt_ver () 1369 1530 # End: 1370 1531 #! /bin/sh 1371 1532 1372 # Set a version string for this script.1373 scriptversion=2014-01-07.03; # UTC1374 1375 1533 # A portable, pluggable option parser for Bourne shell. 1376 1534 # Written by Gary V. Vaughan, 2010 1377 1535 1378 # Copyright (C) 2010-2015 Free Software Foundation, Inc. 1379 # This is free software; see the source for copying conditions. There is NO 1380 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 1536 # This is free software. There is NO warranty; not even for 1537 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 1538 # 1539 # Copyright (C) 2010-2019, 2021 Bootstrap Authors 1540 # 1541 # This file is dual licensed under the terms of the MIT license 1542 # <https://opensource.org/license/MIT>, and GPL version 2 or later 1543 # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of 1544 # these licenses when using or redistributing this software or any of 1545 # the files within it. See the URLs above, or the file `LICENSE` 1546 # included in the Bootstrap distribution for the full license texts. 1381 1547 1382 # This program is free software: you can redistribute it and/or modify 1383 # it under the terms of the GNU General Public License as published by 1384 # the Free Software Foundation, either version 3 of the License, or 1385 # (at your option) any later version. 1548 # Please report bugs or propose patches to: 1549 # <https://github.com/gnulib-modules/bootstrap/issues> 1386 1550 1387 # This program is distributed in the hope that it will be useful, 1388 # but WITHOUT ANY WARRANTY; without even the implied warranty of 1389 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1390 # GNU General Public License for more details. 1551 # Set a version string for this script. 1552 scriptversion=2019-02-19.15; # UTC 1391 1553 1392 # You should have received a copy of the GNU General Public License1393 # along with this program. If not, see <http://www.gnu.org/licenses/>.1394 1554 1395 # Please report bugs or propose patches to gary@gnu.org.1396 1397 1398 1555 ## ------ ## 1399 1556 ## Usage. ## 1400 1557 ## ------ ## … … scriptversion=2014-01-07.03; # UTC 1415 1572 # 1416 1573 # In order for the '--version' option to work, you will need to have a 1417 1574 # suitably formatted comment like the one at the top of this file 1418 # starting with '# Written by ' and ending with '# warranty;'.1575 # starting with '# Written by ' and ending with '# Copyright'. 1419 1576 # 1420 1577 # For '-h' and '--help' to work, you will also need a one line 1421 1578 # description of your script's purpose in a comment directly above the … … scriptversion=2014-01-07.03; # UTC 1427 1584 # to display verbose messages only when your user has specified 1428 1585 # '--verbose'. 1429 1586 # 1430 # After sourcing this file, you can plug processing for additional1587 # After sourcing this file, you can plug in processing for additional 1431 1588 # options by amending the variables from the 'Configuration' section 1432 1589 # below, and following the instructions in the 'Option parsing' 1433 1590 # section further down. … … fatal_help="Try '\$progname --help' for more informati 1476 1633 ## ------------------------- ## 1477 1634 1478 1635 # This section contains functions for adding, removing, and running hooks 1479 # to the main code. A hook is just a named list of of function, that can1480 # berun in order later on.1636 # in the main code. A hook is just a list of function names that can be 1637 # run in order later on. 1481 1638 1482 1639 # func_hookable FUNC_NAME 1483 1640 # ----------------------- … … func_add_hook () 1510 1667 1511 1668 # func_remove_hook FUNC_NAME HOOK_FUNC 1512 1669 # ------------------------------------ 1513 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. 1670 # Remove HOOK_FUNC from the list of hook functions to be called by 1671 # FUNC_NAME. 1514 1672 func_remove_hook () 1515 1673 { 1516 1674 $debug_cmd … … func_remove_hook () 1519 1677 } 1520 1678 1521 1679 1680 # func_propagate_result FUNC_NAME_A FUNC_NAME_B 1681 # --------------------------------------------- 1682 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to 1683 # *_result variable of FUNC_NAME_B. 1684 func_propagate_result () 1685 { 1686 $debug_cmd 1687 1688 func_propagate_result_result=: 1689 if eval "test \"\${${1}_result+set}\" = set" 1690 then 1691 eval "${2}_result=\$${1}_result" 1692 else 1693 func_propagate_result_result=false 1694 fi 1695 } 1696 1697 1522 1698 # func_run_hooks FUNC_NAME [ARG]... 1523 1699 # --------------------------------- 1524 1700 # Run all hook functions registered to FUNC_NAME. 1525 # It is assumed that the list of hook functions contains nothing more1701 # It's assumed that the list of hook functions contains nothing more 1526 1702 # than a whitespace-delimited list of legal shell function names, and 1527 1703 # no effort is wasted trying to catch shell meta-characters or preserve 1528 1704 # whitespace. … … func_run_hooks () 1532 1708 1533 1709 case " $hookable_fns " in 1534 1710 *" $1 "*) ;; 1535 *) func_fatal_error "'$1' does not support hook func ions.n" ;;1711 *) func_fatal_error "'$1' does not support hook functions." ;; 1536 1712 esac 1537 1713 1538 1714 eval _G_hook_fns=\$$1_hooks; shift 1539 1715 1540 1716 for _G_hook in $_G_hook_fns; do 1541 eval $_G_hook '"$@"'1542 1543 # store returned options list back into positional1544 # parameters for next 'cmd' execution.1545 eval _G_hook_result=\$${_G_hook}_result1546 eval set dummy "$_G_hook_result"; shift1717 func_unset "${_G_hook}_result" 1718 eval $_G_hook '${1+"$@"}' 1719 func_propagate_result $_G_hook func_run_hooks 1720 if $func_propagate_result_result; then 1721 eval set dummy "$func_run_hooks_result"; shift 1722 fi 1547 1723 done 1548 1549 func_quote_for_eval ${1+"$@"}1550 func_run_hooks_result=$func_quote_for_eval_result1551 1724 } 1552 1725 1553 1726 … … func_run_hooks () 1557 1730 ## --------------- ## 1558 1731 1559 1732 # In order to add your own option parsing hooks, you must accept the 1560 # full positional parameter list in your hook function, remove any1561 # o ptions that you action, and then pass back the remaining unprocessed1562 # options in '<hooked_function_name>_result', escaped suitably for1563 # 'eval'. Like this:1733 # full positional parameter list from your hook function. You may remove 1734 # or edit any options that you action, and then pass back the remaining 1735 # unprocessed options in '<hooked_function_name>_result', escaped 1736 # suitably for 'eval'. 1564 1737 # 1738 # The '<hooked_function_name>_result' variable is automatically unset 1739 # before your hook gets called; for best performance, only set the 1740 # *_result variable when necessary (i.e. don't call the 'func_quote' 1741 # function unnecessarily because it can be an expensive operation on some 1742 # machines). 1743 # 1744 # Like this: 1745 # 1565 1746 # my_options_prep () 1566 1747 # { 1567 1748 # $debug_cmd … … func_run_hooks () 1570 1751 # usage_message=$usage_message' 1571 1752 # -s, --silent don'\''t print informational messages 1572 1753 # ' 1573 # 1574 # func_quote_for_eval ${1+"$@"} 1575 # my_options_prep_result=$func_quote_for_eval_result 1754 # # No change in '$@' (ignored completely by this hook). Leave 1755 # # my_options_prep_result variable intact. 1576 1756 # } 1577 1757 # func_add_hook func_options_prep my_options_prep 1578 1758 # … … func_run_hooks () 1581 1761 # { 1582 1762 # $debug_cmd 1583 1763 # 1584 # # Note that for efficiency, we parse as many options as we can 1764 # args_changed=false 1765 # 1766 # # Note that, for efficiency, we parse as many options as we can 1585 1767 # # recognise in a loop before passing the remainder back to the 1586 1768 # # caller on the first unrecognised argument we encounter. 1587 1769 # while test $# -gt 0; do 1588 1770 # opt=$1; shift 1589 1771 # case $opt in 1590 # --silent|-s) opt_silent=: ;; 1772 # --silent|-s) opt_silent=: 1773 # args_changed=: 1774 # ;; 1591 1775 # # Separate non-argument short options: 1592 1776 # -s*) func_split_short_opt "$_G_opt" 1593 1777 # set dummy "$func_split_short_opt_name" \ 1594 1778 # "-$func_split_short_opt_arg" ${1+"$@"} 1595 1779 # shift 1780 # args_changed=: 1596 1781 # ;; 1597 # *) set dummy "$_G_opt" "$*"; shift; break ;; 1782 # *) # Make sure the first unrecognised option "$_G_opt" 1783 # # is added back to "$@" in case we need it later, 1784 # # if $args_changed was set to 'true'. 1785 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;; 1598 1786 # esac 1599 1787 # done 1600 1788 # 1601 # func_quote_for_eval ${1+"$@"} 1602 # my_silent_option_result=$func_quote_for_eval_result 1789 # # Only call 'func_quote' here if we processed at least one argument. 1790 # if $args_changed; then 1791 # func_quote eval ${1+"$@"} 1792 # my_silent_option_result=$func_quote_result 1793 # fi 1603 1794 # } 1604 1795 # func_add_hook func_parse_options my_silent_option 1605 1796 # … … func_run_hooks () 1610 1801 # 1611 1802 # $opt_silent && $opt_verbose && func_fatal_help "\ 1612 1803 # '--silent' and '--verbose' options are mutually exclusive." 1613 #1614 # func_quote_for_eval ${1+"$@"}1615 # my_option_validation_result=$func_quote_for_eval_result1616 1804 # } 1617 1805 # func_add_hook func_validate_options my_option_validation 1618 1806 # 1619 # You'll als eneed to manually amend $usage_message to reflect the extra1807 # You'll also need to manually amend $usage_message to reflect the extra 1620 1808 # options you parse. It's preferable to append if you can, so that 1621 1809 # multiple option parsing hooks can be added safely. 1622 1810 1623 1811 1812 # func_options_finish [ARG]... 1813 # ---------------------------- 1814 # Finishing the option parse loop (call 'func_options' hooks ATM). 1815 func_options_finish () 1816 { 1817 $debug_cmd 1818 1819 func_run_hooks func_options ${1+"$@"} 1820 func_propagate_result func_run_hooks func_options_finish 1821 } 1822 1823 1624 1824 # func_options [ARG]... 1625 1825 # --------------------- 1626 1826 # All the functions called inside func_options are hookable. See the … … func_options () 1630 1830 { 1631 1831 $debug_cmd 1632 1832 1633 func_options_prep ${1+"$@"} 1634 eval func_parse_options \ 1635 ${func_options_prep_result+"$func_options_prep_result"} 1636 eval func_validate_options \ 1637 ${func_parse_options_result+"$func_parse_options_result"} 1833 _G_options_quoted=false 1638 1834 1639 eval func_run_hooks func_options \ 1640 ${func_validate_options_result+"$func_validate_options_result"} 1835 for my_func in options_prep parse_options validate_options options_finish 1836 do 1837 func_unset func_${my_func}_result 1838 func_unset func_run_hooks_result 1839 eval func_$my_func '${1+"$@"}' 1840 func_propagate_result func_$my_func func_options 1841 if $func_propagate_result_result; then 1842 eval set dummy "$func_options_result"; shift 1843 _G_options_quoted=: 1844 fi 1845 done 1641 1846 1642 # save modified positional parameters for caller 1643 func_options_result=$func_run_hooks_result 1847 $_G_options_quoted || { 1848 # As we (func_options) are top-level options-parser function and 1849 # nobody quoted "$@" for us yet, we need to do it explicitly for 1850 # caller. 1851 func_quote eval ${1+"$@"} 1852 func_options_result=$func_quote_result 1853 } 1644 1854 } 1645 1855 1646 1856 … … func_options () 1649 1859 # All initialisations required before starting the option parse loop. 1650 1860 # Note that when calling hook functions, we pass through the list of 1651 1861 # positional parameters. If a hook function modifies that list, and 1652 # needs to propogate that back to rest of this script, then the complete 1653 # modified list must be put in 'func_run_hooks_result' before 1654 # returning. 1862 # needs to propagate that back to rest of this script, then the complete 1863 # modified list must be put in 'func_run_hooks_result' before returning. 1655 1864 func_hookable func_options_prep 1656 1865 func_options_prep () 1657 1866 { … … func_options_prep () 1662 1871 opt_warning_types= 1663 1872 1664 1873 func_run_hooks func_options_prep ${1+"$@"} 1665 1666 # save modified positional parameters for caller 1667 func_options_prep_result=$func_run_hooks_result 1874 func_propagate_result func_run_hooks func_options_prep 1668 1875 } 1669 1876 1670 1877 … … func_parse_options () 1676 1883 { 1677 1884 $debug_cmd 1678 1885 1679 func_parse_options_result= 1680 1886 _G_parse_options_requote=false 1681 1887 # this just eases exit handling 1682 1888 while test $# -gt 0; do 1683 1889 # Defer to hook functions for initial option parsing, so they 1684 1890 # get priority in the event of reusing an option name. 1685 1891 func_run_hooks func_parse_options ${1+"$@"} 1892 func_propagate_result func_run_hooks func_parse_options 1893 if $func_propagate_result_result; then 1894 eval set dummy "$func_parse_options_result"; shift 1895 # Even though we may have changed "$@", we passed the "$@" array 1896 # down into the hook and it quoted it for us (because we are in 1897 # this if-branch). No need to quote it again. 1898 _G_parse_options_requote=false 1899 fi 1686 1900 1687 # Adjust func_parse_options positional parameters to match1688 eval set dummy "$func_run_hooks_result"; shift1689 1690 1901 # Break out of the loop if we already parsed every option. 1691 1902 test $# -gt 0 || break 1692 1903 1904 # We expect that one of the options parsed in this function matches 1905 # and thus we remove _G_opt from "$@" and need to re-quote. 1906 _G_match_parse_options=: 1693 1907 _G_opt=$1 1694 1908 shift 1695 1909 case $_G_opt in 1696 1910 --debug|-x) debug_cmd='set -x' 1697 func_echo "enabling shell trace mode" 1911 func_echo "enabling shell trace mode" >&2 1698 1912 $debug_cmd 1699 1913 ;; 1700 1914 … … func_parse_options () 1704 1918 ;; 1705 1919 1706 1920 --warnings|--warning|-W) 1707 test $# = 0 && func_missing_arg $_G_opt && break 1921 if test $# = 0 && func_missing_arg $_G_opt; then 1922 _G_parse_options_requote=: 1923 break 1924 fi 1708 1925 case " $warning_categories $1" in 1709 1926 *" $1 "*) 1710 1927 # trailing space prevents matching last $1 above … … func_parse_options () 1757 1974 shift 1758 1975 ;; 1759 1976 1760 --) break ;;1977 --) _G_parse_options_requote=: ; break ;; 1761 1978 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; 1762 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; 1979 *) set dummy "$_G_opt" ${1+"$@"}; shift 1980 _G_match_parse_options=false 1981 break 1982 ;; 1763 1983 esac 1984 1985 if $_G_match_parse_options; then 1986 _G_parse_options_requote=: 1987 fi 1764 1988 done 1765 1989 1766 # save modified positional parameters for caller 1767 func_quote_for_eval ${1+"$@"} 1768 func_parse_options_result=$func_quote_for_eval_result 1990 if $_G_parse_options_requote; then 1991 # save modified positional parameters for caller 1992 func_quote eval ${1+"$@"} 1993 func_parse_options_result=$func_quote_result 1994 fi 1769 1995 } 1770 1996 1771 1997 … … func_validate_options () 1782 2008 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" 1783 2009 1784 2010 func_run_hooks func_validate_options ${1+"$@"} 2011 func_propagate_result func_run_hooks func_validate_options 1785 2012 1786 2013 # Bail if the options were screwed! 1787 2014 $exit_cmd $EXIT_FAILURE 1788 1789 # save modified positional parameters for caller1790 func_validate_options_result=$func_run_hooks_result1791 2015 } 1792 2016 1793 2017 … … func_missing_arg () 1843 2067 1844 2068 # func_split_equals STRING 1845 2069 # ------------------------ 1846 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after1847 # splitting STRING at the '=' sign.2070 # Set func_split_equals_lhs and func_split_equals_rhs shell variables 2071 # after splitting STRING at the '=' sign. 1848 2072 test -z "$_G_HAVE_XSI_OPS" \ 1849 2073 && (eval 'x=a/b/c; 1850 2074 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ … … then 1859 2083 1860 2084 func_split_equals_lhs=${1%%=*} 1861 2085 func_split_equals_rhs=${1#*=} 1862 test "x$func_split_equals_lhs" = "x$1" \ 1863 && func_split_equals_rhs= 2086 if test "x$func_split_equals_lhs" = "x$1"; then 2087 func_split_equals_rhs= 2088 fi 1864 2089 }' 1865 2090 else 1866 2091 # ...otherwise fall back to using expr, which is often a shell builtin. … … else 1870 2095 1871 2096 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` 1872 2097 func_split_equals_rhs= 1873 test "x$func_split_equals_lhs " = "x$1" \2098 test "x$func_split_equals_lhs=" = "x$1" \ 1874 2099 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` 1875 2100 } 1876 2101 fi #func_split_equals … … else 1896 2121 { 1897 2122 $debug_cmd 1898 2123 1899 func_split_short_opt_name=`expr "x$1" : 'x -\(.\)'`2124 func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'` 1900 2125 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` 1901 2126 } 1902 2127 fi #func_split_short_opt … … func_usage_message () 1938 2163 # func_version 1939 2164 # ------------ 1940 2165 # Echo version message to standard output and exit. 2166 # The version message is extracted from the calling file's header 2167 # comments, with leading '# ' stripped: 2168 # 1. First display the progname and version 2169 # 2. Followed by the header comment line matching /^# Written by / 2170 # 3. Then a blank line followed by the first following line matching 2171 # /^# Copyright / 2172 # 4. Immediately followed by any lines between the previous matches, 2173 # except lines preceding the intervening completely blank line. 2174 # For example, see the header comments of this file. 1941 2175 func_version () 1942 2176 { 1943 2177 $debug_cmd 1944 2178 1945 2179 printf '%s\n' "$progname $scriptversion" 1946 2180 $SED -n ' 1947 /(C)/!b go 1948 :more 1949 /\./!{ 1950 N 1951 s|\n# | | 1952 b more 2181 /^# Written by /!b 2182 s|^# ||; p; n 2183 2184 :fwd2blnk 2185 /./ { 2186 n 2187 b fwd2blnk 1953 2188 } 1954 :go 1955 /^# Written by /,/# warranty; / { 1956 s|^# || 1957 s|^# *$|| 1958 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| 1959 p 2189 p; n 2190 2191 :holdwrnt 2192 s|^# || 2193 s|^# *$|| 2194 /^Copyright /!{ 2195 /./H 2196 n 2197 b holdwrnt 1960 2198 } 1961 /^# Written by / {1962 s|^# ||1963 p1964 }1965 /^warranty; /q' < "$progpath"1966 2199 2200 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| 2201 G 2202 s|\(\n\)\n*|\1|g 2203 p; q' < "$progpath" 2204 1967 2205 exit $? 1968 2206 } 1969 2207 … … func_version () 1972 2210 # mode: shell-script 1973 2211 # sh-indentation: 2 1974 2212 # eval: (add-hook 'before-save-hook 'time-stamp) 1975 # time-stamp-pattern: " 10/scriptversion=%:y-%02m-%02d.%02H; # UTC"2213 # time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" 1976 2214 # time-stamp-time-zone: "UTC" 1977 2215 # End: 1978 2216 1979 2217 # Set a version string. 1980 scriptversion='(GNU libtool) 2.4. 6'2218 scriptversion='(GNU libtool) 2.4.7' 1981 2219 1982 2220 1983 2221 # func_echo ARG... … … include the following information: 2068 2306 compiler: $LTCC 2069 2307 compiler flags: $LTCFLAGS 2070 2308 linker: $LD (gnu? $with_gnu_ld) 2071 version: $progname (GNU libtool) 2.4. 62309 version: $progname (GNU libtool) 2.4.7 2072 2310 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` 2073 2311 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` 2074 2312 … … func_fatal_configuration () 2124 2362 # a configuration failure hint, and exit. 2125 2363 func_fatal_configuration () 2126 2364 { 2127 func_ _fatal_error ${1+"$@"} \2365 func_fatal_error ${1+"$@"} \ 2128 2366 "See the $PACKAGE documentation for more information." \ 2129 2367 "Fatal configuration error." 2130 2368 } … … libtool_options_prep () 2270 2508 nonopt= 2271 2509 preserve_args= 2272 2510 2511 _G_rc_lt_options_prep=: 2512 2273 2513 # Shorthand for --mode=foo, only valid as the first argument 2274 2514 case $1 in 2275 2515 clean|clea|cle|cl) … … libtool_options_prep () 2293 2533 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) 2294 2534 shift; set dummy --mode uninstall ${1+"$@"}; shift 2295 2535 ;; 2536 *) 2537 _G_rc_lt_options_prep=false 2538 ;; 2296 2539 esac 2297 2540 2298 # Pass back the list of options. 2299 func_quote_for_eval ${1+"$@"} 2300 libtool_options_prep_result=$func_quote_for_eval_result 2541 if $_G_rc_lt_options_prep; then 2542 # Pass back the list of options. 2543 func_quote eval ${1+"$@"} 2544 libtool_options_prep_result=$func_quote_result 2545 fi 2301 2546 } 2302 2547 func_add_hook func_options_prep libtool_options_prep 2303 2548 … … libtool_parse_options () 2309 2554 { 2310 2555 $debug_cmd 2311 2556 2557 _G_rc_lt_parse_options=false 2558 2312 2559 # Perform our own loop to consume as many options as possible in 2313 2560 # each iteration. 2314 2561 while test $# -gt 0; do 2562 _G_match_lt_parse_options=: 2315 2563 _G_opt=$1 2316 2564 shift 2317 2565 case $_G_opt in … … libtool_parse_options () 2386 2634 func_append preserve_args " $_G_opt" 2387 2635 ;; 2388 2636 2389 # An option not handled by this hook function: 2390 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; 2637 # An option not handled by this hook function: 2638 *) set dummy "$_G_opt" ${1+"$@"} ; shift 2639 _G_match_lt_parse_options=false 2640 break 2641 ;; 2391 2642 esac 2643 $_G_match_lt_parse_options && _G_rc_lt_parse_options=: 2392 2644 done 2393 2645 2394 2395 # save modified positional parameters for caller 2396 func_quote_for_eval ${1+"$@"} 2397 libtool_parse_options_result=$func_quote_for_eval_result 2646 if $_G_rc_lt_parse_options; then 2647 # save modified positional parameters for caller 2648 func_quote eval ${1+"$@"} 2649 libtool_parse_options_result=$func_quote_result 2650 fi 2398 2651 } 2399 2652 func_add_hook func_parse_options libtool_parse_options 2400 2653 … … libtool_validate_options () 2451 2704 } 2452 2705 2453 2706 # Pass back the unparsed argument list 2454 func_quote _for_eval ${1+"$@"}2455 libtool_validate_options_result=$func_quote_ for_eval_result2707 func_quote eval ${1+"$@"} 2708 libtool_validate_options_result=$func_quote_result 2456 2709 } 2457 2710 func_add_hook func_validate_options libtool_validate_options 2458 2711 … … func_mode_compile () 3418 3671 esac 3419 3672 done 3420 3673 3421 func_quote_ for_eval"$libobj"3422 test "X$libobj" != "X$func_quote_ for_eval_result" \3674 func_quote_arg pretty "$libobj" 3675 test "X$libobj" != "X$func_quote_arg_result" \ 3423 3676 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ 3424 3677 && func_warning "libobj name '$libobj' may not contain shell special characters." 3425 3678 func_dirname_and_basename "$obj" "/" "" … … compiler." 3492 3745 3493 3746 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 3494 3747 srcfile=$func_to_tool_file_result 3495 func_quote_ for_eval"$srcfile"3496 qsrcfile=$func_quote_ for_eval_result3748 func_quote_arg pretty "$srcfile" 3749 qsrcfile=$func_quote_arg_result 3497 3750 3498 3751 # Only build a PIC object if we are building libtool libraries. 3499 3752 if test yes = "$build_libtool_libs"; then … … This mode accepts the following additional options: 3648 3901 -prefer-non-pic try to build non-PIC objects only 3649 3902 -shared do not build a '.o' file suitable for static linking 3650 3903 -static only build a '.o' file suitable for static linking 3651 -Wc,FLAG pass FLAG directly to the compiler 3904 -Wc,FLAG 3905 -Xcompiler FLAG pass FLAG directly to the compiler 3652 3906 3653 3907 COMPILE-COMMAND is a command to be used in creating a 'standard' object file 3654 3908 from the given SOURCEFILE. … … The following components of LINK-COMMAND are treated s 3754 4008 -weak LIBNAME declare that the target provides the LIBNAME interface 3755 4009 -Wc,FLAG 3756 4010 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler 4011 -Wa,FLAG 4012 -Xassembler FLAG pass linker-specific FLAG directly to the assembler 3757 4013 -Wl,FLAG 3758 4014 -Xlinker FLAG pass linker-specific FLAG directly to the linker 3759 4015 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) … … func_mode_install () 4096 4352 case $nonopt in *shtool*) :;; *) false;; esac 4097 4353 then 4098 4354 # Aesthetically quote it. 4099 func_quote_ for_eval"$nonopt"4100 install_prog="$func_quote_ for_eval_result "4355 func_quote_arg pretty "$nonopt" 4356 install_prog="$func_quote_arg_result " 4101 4357 arg=$1 4102 4358 shift 4103 4359 else … … func_mode_install () 4107 4363 4108 4364 # The real first argument should be the name of the installation program. 4109 4365 # Aesthetically quote it. 4110 func_quote_ for_eval"$arg"4111 func_append install_prog "$func_quote_ for_eval_result"4366 func_quote_arg pretty "$arg" 4367 func_append install_prog "$func_quote_arg_result" 4112 4368 install_shared_prog=$install_prog 4113 4369 case " $install_prog " in 4114 4370 *[\\\ /]cp\ *) install_cp=: ;; … … func_mode_install () 4165 4421 esac 4166 4422 4167 4423 # Aesthetically quote the argument. 4168 func_quote_ for_eval"$arg"4169 func_append install_prog " $func_quote_ for_eval_result"4424 func_quote_arg pretty "$arg" 4425 func_append install_prog " $func_quote_arg_result" 4170 4426 if test -n "$arg2"; then 4171 func_quote_ for_eval"$arg2"4427 func_quote_arg pretty "$arg2" 4172 4428 fi 4173 func_append install_shared_prog " $func_quote_ for_eval_result"4429 func_append install_shared_prog " $func_quote_arg_result" 4174 4430 done 4175 4431 4176 4432 test -z "$install_prog" && \ … … func_mode_install () 4181 4437 4182 4438 if test -n "$install_override_mode" && $no_mode; then 4183 4439 if $install_cp; then :; else 4184 func_quote_ for_eval"$install_override_mode"4185 func_append install_shared_prog " -m $func_quote_ for_eval_result"4440 func_quote_arg pretty "$install_override_mode" 4441 func_append install_shared_prog " -m $func_quote_arg_result" 4186 4442 fi 4187 4443 fi 4188 4444 … … func_mode_install () 4478 4734 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` 4479 4735 4480 4736 $opt_quiet || { 4481 func_quote_ for_expand"$relink_command"4482 eval "func_echo $func_quote_ for_expand_result"4737 func_quote_arg expand,pretty "$relink_command" 4738 eval "func_echo $func_quote_arg_result" 4483 4739 } 4484 4740 if eval "$relink_command"; then : 4485 4741 else … … else 5258 5514 if test \"\$libtool_execute_magic\" != \"$magic\"; then 5259 5515 file=\"\$0\"" 5260 5516 5261 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` 5517 func_quote_arg pretty "$ECHO" 5518 qECHO=$func_quote_arg_result 5262 5519 $ECHO "\ 5263 5520 5264 5521 # A function that is used when there is no print builtin or printf. … … _LTECHO_EOF' 5268 5525 \$1 5269 5526 _LTECHO_EOF' 5270 5527 } 5271 ECHO= \"$qECHO\"5528 ECHO=$qECHO 5272 5529 fi 5273 5530 5274 5531 # Very basic option parsing. These options are (a) specific to … … func_mode_link () 6611 6868 while test "$#" -gt 0; do 6612 6869 arg=$1 6613 6870 shift 6614 func_quote_ for_eval"$arg"6615 qarg=$func_quote_ for_eval_unquoted_result6616 func_append libtool_args " $func_quote_ for_eval_result"6871 func_quote_arg pretty,unquoted "$arg" 6872 qarg=$func_quote_arg_unquoted_result 6873 func_append libtool_args " $func_quote_arg_result" 6617 6874 6618 6875 # If the previous option needs an argument, assign it. 6619 6876 if test -n "$prev"; then … … func_mode_link () 6849 7106 prev= 6850 7107 continue 6851 7108 ;; 7109 xassembler) 7110 func_append compiler_flags " -Xassembler $qarg" 7111 prev= 7112 func_append compile_command " -Xassembler $qarg" 7113 func_append finalize_command " -Xassembler $qarg" 7114 continue 7115 ;; 6852 7116 xcclinker) 6853 7117 func_append linker_flags " $qarg" 6854 7118 func_append compiler_flags " $qarg" … … func_mode_link () 7019 7283 # These systems don't actually have a C library (as such) 7020 7284 test X-lc = "X$arg" && continue 7021 7285 ;; 7022 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* )7286 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) 7023 7287 # Do not include libc due to us having libc/libc_r. 7024 7288 test X-lc = "X$arg" && continue 7025 7289 ;; … … func_mode_link () 7039 7303 esac 7040 7304 elif test X-lc_r = "X$arg"; then 7041 7305 case $host in 7042 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* )7306 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*) 7043 7307 # Do not include libc_r directly, use -pthread flag. 7044 7308 continue 7045 7309 ;; … … func_mode_link () 7069 7333 prev=xcompiler 7070 7334 continue 7071 7335 ;; 7072 7073 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ 7336 # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199. 7337 -pthread) 7338 case $host in 7339 *solaris2*) ;; 7340 *) 7341 case "$new_inherited_linker_flags " in 7342 *" $arg "*) ;; 7343 * ) func_append new_inherited_linker_flags " $arg" ;; 7344 esac 7345 ;; 7346 esac 7347 continue 7348 ;; 7349 -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \ 7074 7350 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) 7075 7351 func_append compiler_flags " $arg" 7076 7352 func_append compile_command " $arg" … … func_mode_link () 7211 7487 save_ifs=$IFS; IFS=, 7212 7488 for flag in $args; do 7213 7489 IFS=$save_ifs 7214 func_quote_ for_eval"$flag"7215 func_append arg " $func_quote_ for_eval_result"7216 func_append compiler_flags " $func_quote_ for_eval_result"7490 func_quote_arg pretty "$flag" 7491 func_append arg " $func_quote_arg_result" 7492 func_append compiler_flags " $func_quote_arg_result" 7217 7493 done 7218 7494 IFS=$save_ifs 7219 7495 func_stripname ' ' '' "$arg" … … func_mode_link () 7227 7503 save_ifs=$IFS; IFS=, 7228 7504 for flag in $args; do 7229 7505 IFS=$save_ifs 7230 func_quote_ for_eval"$flag"7231 func_append arg " $wl$func_quote_ for_eval_result"7232 func_append compiler_flags " $wl$func_quote_ for_eval_result"7233 func_append linker_flags " $func_quote_ for_eval_result"7506 func_quote_arg pretty "$flag" 7507 func_append arg " $wl$func_quote_arg_result" 7508 func_append compiler_flags " $wl$func_quote_arg_result" 7509 func_append linker_flags " $func_quote_arg_result" 7234 7510 done 7235 7511 IFS=$save_ifs 7236 7512 func_stripname ' ' '' "$arg" 7237 7513 arg=$func_stripname_result 7238 7514 ;; 7239 7515 7516 -Xassembler) 7517 prev=xassembler 7518 continue 7519 ;; 7520 7240 7521 -Xcompiler) 7241 7522 prev=xcompiler 7242 7523 continue … … func_mode_link () 7254 7535 7255 7536 # -msg_* for osf cc 7256 7537 -msg_*) 7257 func_quote_ for_eval"$arg"7258 arg=$func_quote_ for_eval_result7538 func_quote_arg pretty "$arg" 7539 arg=$func_quote_arg_result 7259 7540 ;; 7260 7541 7261 7542 # Flags to be passed through unchanged, with rationale: … … func_mode_link () 7272 7553 # -tp=* Portland pgcc target processor selection 7273 7554 # --sysroot=* for sysroot support 7274 7555 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization 7556 # -specs=* GCC specs files 7275 7557 # -stdlib=* select c++ std lib with clang 7558 # -fsanitize=* Clang/GCC memory and address sanitizer 7559 # -fuse-ld=* Linker select flags for GCC 7560 # -Wa,* Pass flags directly to the assembler 7276 7561 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ 7277 7562 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ 7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) 7279 func_quote_for_eval "$arg" 7280 arg=$func_quote_for_eval_result 7563 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ 7564 -specs=*|-fsanitize=*|-fuse-ld=*|-Wa,*) 7565 func_quote_arg pretty "$arg" 7566 arg=$func_quote_arg_result 7281 7567 func_append compile_command " $arg" 7282 7568 func_append finalize_command " $arg" 7283 7569 func_append compiler_flags " $arg" … … func_mode_link () 7298 7584 continue 7299 7585 else 7300 7586 # Otherwise treat like 'Some other compiler flag' below 7301 func_quote_ for_eval"$arg"7302 arg=$func_quote_ for_eval_result7587 func_quote_arg pretty "$arg" 7588 arg=$func_quote_arg_result 7303 7589 fi 7304 7590 ;; 7305 7591 7306 7592 # Some other compiler flag. 7307 7593 -* | +*) 7308 func_quote_ for_eval"$arg"7309 arg=$func_quote_ for_eval_result7594 func_quote_arg pretty "$arg" 7595 arg=$func_quote_arg_result 7310 7596 ;; 7311 7597 7312 7598 *.$objext) … … func_mode_link () 7426 7712 *) 7427 7713 # Unknown arguments in both finalize_command and compile_command need 7428 7714 # to be aesthetically quoted because they are evaled later. 7429 func_quote_ for_eval"$arg"7430 arg=$func_quote_ for_eval_result7715 func_quote_arg pretty "$arg" 7716 arg=$func_quote_arg_result 7431 7717 ;; 7432 7718 esac # arg 7433 7719 … … func_mode_link () 8632 8918 test CXX = "$tagname" && { 8633 8919 case $host_os in 8634 8920 linux*) 8635 case `$CC -V 2>&1 | sed5q` in8921 case `$CC -V 2>&1 | $SED 5q` in 8636 8922 *Sun\ C*) # Sun C++ 5.9 8637 8923 func_suncc_cstd_abi 8638 8924 … … func_mode_link () 8805 9091 # 8806 9092 case $version_type in 8807 9093 # correct linux to gnu/linux during the next big refactor 8808 darwin|freebsd-elf|linux| osf|windows|none)9094 darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none) 8809 9095 func_arith $number_major + $number_minor 8810 9096 current=$func_arith_result 8811 9097 age=$number_minor … … func_mode_link () 8896 9182 versuffix=.$current.$revision 8897 9183 ;; 8898 9184 8899 freebsd-elf )9185 freebsd-elf | midnightbsd-elf) 8900 9186 func_arith $current - $age 8901 9187 major=.$func_arith_result 8902 9188 versuffix=$major.$age.$revision … … func_mode_link () 9122 9408 *-*-netbsd*) 9123 9409 # Don't link with libc until the a.out ld.so is fixed. 9124 9410 ;; 9125 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* )9411 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*) 9126 9412 # Do not include libc due to us having libc/libc_r. 9127 9413 ;; 9128 9414 *-*-sco3.2v5* | *-*-sco5v6*) … … EOF 9933 10219 for cmd in $concat_cmds; do 9934 10220 IFS=$save_ifs 9935 10221 $opt_quiet || { 9936 func_quote_ for_expand"$cmd"9937 eval "func_echo $func_quote_ for_expand_result"10222 func_quote_arg expand,pretty "$cmd" 10223 eval "func_echo $func_quote_arg_result" 9938 10224 } 9939 10225 $opt_dry_run || eval "$cmd" || { 9940 10226 lt_exit=$? … … EOF 10027 10313 eval cmd=\"$cmd\" 10028 10314 IFS=$save_ifs 10029 10315 $opt_quiet || { 10030 func_quote_ for_expand"$cmd"10031 eval "func_echo $func_quote_ for_expand_result"10316 func_quote_arg expand,pretty "$cmd" 10317 eval "func_echo $func_quote_arg_result" 10032 10318 } 10033 10319 $opt_dry_run || eval "$cmd" || { 10034 10320 lt_exit=$? … … EOF 10502 10788 elif eval var_value=\$$var; test -z "$var_value"; then 10503 10789 relink_command="$var=; export $var; $relink_command" 10504 10790 else 10505 func_quote_ for_eval"$var_value"10506 relink_command="$var=$func_quote_ for_eval_result; export $var; $relink_command"10791 func_quote_arg pretty "$var_value" 10792 relink_command="$var=$func_quote_arg_result; export $var; $relink_command" 10507 10793 fi 10508 10794 done 10509 relink_command="(cd `pwd`; $relink_command)" 10510 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` 10795 func_quote eval cd "`pwd`" 10796 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" 10797 relink_command=$func_quote_arg_unquoted_result 10511 10798 fi 10512 10799 10513 10800 # Only actually do things if not in dry run mode. … … EOF 10747 11034 elif eval var_value=\$$var; test -z "$var_value"; then 10748 11035 relink_command="$var=; export $var; $relink_command" 10749 11036 else 10750 func_quote_ for_eval"$var_value"10751 relink_command="$var=$func_quote_ for_eval_result; export $var; $relink_command"11037 func_quote_arg pretty,unquoted "$var_value" 11038 relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" 10752 11039 fi 10753 11040 done 10754 11041 # Quote the link command for shipping. 10755 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" 10756 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` 11042 func_quote eval cd "`pwd`" 11043 relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" 11044 func_quote_arg pretty,unquoted "$relink_command" 11045 relink_command=$func_quote_arg_unquoted_result 10757 11046 if test yes = "$hardcode_automatic"; then 10758 11047 relink_command= 10759 11048 fi -
mpf/Makefile.in
diff -urp mpf/Makefile.in mpf/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 242 242 EXEEXT = @EXEEXT@ 243 243 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 244 244 FGREP = @FGREP@ 245 FILECMD = @FILECMD@ 245 246 GMP_LDFLAGS = @GMP_LDFLAGS@ 246 247 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 247 248 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
mpn/Makefile.in
diff -urp mpn/Makefile.in mpn/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 259 259 EXEEXT = @EXEEXT@ 260 260 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 261 261 FGREP = @FGREP@ 262 FILECMD = @FILECMD@ 262 263 GMP_LDFLAGS = @GMP_LDFLAGS@ 263 264 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 264 265 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
mpq/Makefile.in
diff -urp mpq/Makefile.in mpq/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 236 236 EXEEXT = @EXEEXT@ 237 237 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 238 238 FGREP = @FGREP@ 239 FILECMD = @FILECMD@ 239 240 GMP_LDFLAGS = @GMP_LDFLAGS@ 240 241 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 241 242 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
mpz/Makefile.in
diff -urp mpz/Makefile.in mpz/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 261 261 EXEEXT = @EXEEXT@ 262 262 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 263 263 FGREP = @FGREP@ 264 FILECMD = @FILECMD@ 264 265 GMP_LDFLAGS = @GMP_LDFLAGS@ 265 266 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 266 267 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
printf/Makefile.in
diff -urp printf/Makefile.in printf/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 236 236 EXEEXT = @EXEEXT@ 237 237 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 238 238 FGREP = @FGREP@ 239 FILECMD = @FILECMD@ 239 240 GMP_LDFLAGS = @GMP_LDFLAGS@ 240 241 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 241 242 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
rand/Makefile.in
diff -urp rand/Makefile.in rand/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 233 233 EXEEXT = @EXEEXT@ 234 234 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 235 235 FGREP = @FGREP@ 236 FILECMD = @FILECMD@ 236 237 GMP_LDFLAGS = @GMP_LDFLAGS@ 237 238 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 238 239 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
scanf/Makefile.in
diff -urp scanf/Makefile.in scanf/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 232 232 EXEEXT = @EXEEXT@ 233 233 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 234 234 FGREP = @FGREP@ 235 FILECMD = @FILECMD@ 235 236 GMP_LDFLAGS = @GMP_LDFLAGS@ 236 237 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 237 238 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/Makefile.in
diff -urp tests/Makefile.in tests/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 533 533 EXEEXT = @EXEEXT@ 534 534 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 535 535 FGREP = @FGREP@ 536 FILECMD = @FILECMD@ 536 537 GMP_LDFLAGS = @GMP_LDFLAGS@ 537 538 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 538 539 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/cxx/Makefile.in
diff -urp tests/cxx/Makefile.in tests/cxx/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 577 577 EXEEXT = @EXEEXT@ 578 578 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 579 579 FGREP = @FGREP@ 580 FILECMD = @FILECMD@ 580 581 GMP_LDFLAGS = @GMP_LDFLAGS@ 581 582 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 582 583 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/devel/Makefile.in
diff -urp tests/devel/Makefile.in tests/devel/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 244 244 EXEEXT = @EXEEXT@ 245 245 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 246 246 FGREP = @FGREP@ 247 FILECMD = @FILECMD@ 247 248 GMP_LDFLAGS = @GMP_LDFLAGS@ 248 249 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 249 250 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/misc/Makefile.in
diff -urp tests/misc/Makefile.in tests/misc/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 435 435 EXEEXT = @EXEEXT@ 436 436 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 437 437 FGREP = @FGREP@ 438 FILECMD = @FILECMD@ 438 439 GMP_LDFLAGS = @GMP_LDFLAGS@ 439 440 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 440 441 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/mpf/Makefile.in
diff -urp tests/mpf/Makefile.in tests/mpf/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 577 577 EXEEXT = @EXEEXT@ 578 578 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 579 579 FGREP = @FGREP@ 580 FILECMD = @FILECMD@ 580 581 GMP_LDFLAGS = @GMP_LDFLAGS@ 581 582 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 582 583 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/mpn/Makefile.in
diff -urp tests/mpn/Makefile.in tests/mpn/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 723 723 EXEEXT = @EXEEXT@ 724 724 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 725 725 FGREP = @FGREP@ 726 FILECMD = @FILECMD@ 726 727 GMP_LDFLAGS = @GMP_LDFLAGS@ 727 728 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 728 729 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/mpq/Makefile.in
diff -urp tests/mpq/Makefile.in tests/mpq/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 503 503 EXEEXT = @EXEEXT@ 504 504 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 505 505 FGREP = @FGREP@ 506 FILECMD = @FILECMD@ 506 507 GMP_LDFLAGS = @GMP_LDFLAGS@ 507 508 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 508 509 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/mpz/Makefile.in
diff -urp tests/mpz/Makefile.in tests/mpz/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 782 782 EXEEXT = @EXEEXT@ 783 783 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 784 784 FGREP = @FGREP@ 785 FILECMD = @FILECMD@ 785 786 GMP_LDFLAGS = @GMP_LDFLAGS@ 786 787 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 787 788 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tests/rand/Makefile.in
diff -urp tests/rand/Makefile.in tests/rand/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 490 490 EXEEXT = @EXEEXT@ 491 491 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 492 492 FGREP = @FGREP@ 493 FILECMD = @FILECMD@ 493 494 GMP_LDFLAGS = @GMP_LDFLAGS@ 494 495 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 495 496 GMP_NAIL_BITS = @GMP_NAIL_BITS@ -
tune/Makefile.in
diff -urp tune/Makefile.in tune/Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.1 # Makefile.in generated by automake 1.15.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-201 4Free Software Foundation, Inc.4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 5 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … FGREP = @FGREP@ 331 331 EXEEXT = @EXEEXT@ 332 332 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 333 333 FGREP = @FGREP@ 334 FILECMD = @FILECMD@ 334 335 GMP_LDFLAGS = @GMP_LDFLAGS@ 335 336 GMP_LIMB_BITS = @GMP_LIMB_BITS@ 336 337 GMP_NAIL_BITS = @GMP_NAIL_BITS@