diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-03-26 12:53:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 12:53:53 +0100 |
| commit | 13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 (patch) | |
| tree | 3aa7186fe092e42783dc7e981dc39a74ea61c466 /gl/Makefile.am | |
| parent | 9d8503f90ef25b2cecd324dc118e441f40233ea8 (diff) | |
| download | monitoring-plugins-13e14a6bfd9f29cbfeab0c5161d2a994f97532e7.tar.gz | |
* Sync with the 202601-stable Gnulib code (4a3650d887)
* Ignore more deps stuff in gnulib
* Remove autogenerated gnulib files
* Ignore more gnulib generated headers
Diffstat (limited to 'gl/Makefile.am')
| -rw-r--r-- | gl/Makefile.am | 70 |
1 files changed, 40 insertions, 30 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index f462fdb7..6f50b0c5 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! | 1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! |
| 2 | ## Process this file with automake to produce Makefile.in. | 2 | ## Process this file with automake to produce Makefile.in. |
| 3 | # Copyright (C) 2002-2025 Free Software Foundation, Inc. | 3 | # Copyright (C) 2002-2026 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; you can redistribute it and/or modify | 5 | # This file is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
| @@ -59,6 +59,7 @@ | |||
| 59 | AUTOMAKE_OPTIONS = 1.14 gnits subdir-objects | 59 | AUTOMAKE_OPTIONS = 1.14 gnits subdir-objects |
| 60 | 60 | ||
| 61 | SUBDIRS = | 61 | SUBDIRS = |
| 62 | TESTS_ENVIRONMENT = | ||
| 62 | noinst_HEADERS = | 63 | noinst_HEADERS = |
| 63 | noinst_LIBRARIES = | 64 | noinst_LIBRARIES = |
| 64 | noinst_LTLIBRARIES = | 65 | noinst_LTLIBRARIES = |
| @@ -449,12 +450,6 @@ errno.h: errno.in.h $(top_builddir)/config.status | |||
| 449 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 450 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
| 450 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | 451 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
| 451 | -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ | 452 | -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ |
| 452 | -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ | ||
| 453 | -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ | ||
| 454 | -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ | ||
| 455 | -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ | ||
| 456 | -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ | ||
| 457 | -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ | ||
| 458 | $(srcdir)/errno.in.h > $@-t | 453 | $(srcdir)/errno.in.h > $@-t |
| 459 | $(AM_V_at)mv $@-t $@ | 454 | $(AM_V_at)mv $@-t $@ |
| 460 | else | 455 | else |
| @@ -533,10 +528,12 @@ fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) | |||
| 533 | -e 's/@''GNULIB_NONBLOCKING''@/$(GL_GNULIB_NONBLOCKING)/g' \ | 528 | -e 's/@''GNULIB_NONBLOCKING''@/$(GL_GNULIB_NONBLOCKING)/g' \ |
| 534 | -e 's/@''GNULIB_OPEN''@/$(GL_GNULIB_OPEN)/g' \ | 529 | -e 's/@''GNULIB_OPEN''@/$(GL_GNULIB_OPEN)/g' \ |
| 535 | -e 's/@''GNULIB_OPENAT''@/$(GL_GNULIB_OPENAT)/g' \ | 530 | -e 's/@''GNULIB_OPENAT''@/$(GL_GNULIB_OPENAT)/g' \ |
| 531 | -e 's/@''GNULIB_OPENAT2''@/$(GL_GNULIB_OPENAT2)/g' \ | ||
| 536 | -e 's/@''GNULIB_MDA_CREAT''@/$(GL_GNULIB_MDA_CREAT)/g' \ | 532 | -e 's/@''GNULIB_MDA_CREAT''@/$(GL_GNULIB_MDA_CREAT)/g' \ |
| 537 | -e 's/@''GNULIB_MDA_OPEN''@/$(GL_GNULIB_MDA_OPEN)/g' \ | 533 | -e 's/@''GNULIB_MDA_OPEN''@/$(GL_GNULIB_MDA_OPEN)/g' \ |
| 538 | -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \ | 534 | -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \ |
| 539 | -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \ | 535 | -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \ |
| 536 | -e 's|@''HAVE_OPENAT2''@|$(HAVE_OPENAT2)|g' \ | ||
| 540 | -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \ | 537 | -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \ |
| 541 | -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \ | 538 | -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \ |
| 542 | -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ | 539 | -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ |
| @@ -1055,11 +1052,9 @@ langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_U | |||
| 1055 | -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ | 1052 | -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ |
| 1056 | -e 's/@''GNULIB_NL_LANGINFO''@/$(GL_GNULIB_NL_LANGINFO)/g' \ | 1053 | -e 's/@''GNULIB_NL_LANGINFO''@/$(GL_GNULIB_NL_LANGINFO)/g' \ |
| 1057 | -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ | 1054 | -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ |
| 1058 | -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ | ||
| 1059 | -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \ | 1055 | -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \ |
| 1060 | -e 's|@''HAVE_LANGINFO_ABALTMON''@|$(HAVE_LANGINFO_ABALTMON)|g' \ | 1056 | -e 's|@''HAVE_LANGINFO_ABALTMON''@|$(HAVE_LANGINFO_ABALTMON)|g' \ |
| 1061 | -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ | 1057 | -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ |
| 1062 | -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ | ||
| 1063 | -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ | 1058 | -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ |
| 1064 | -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ | 1059 | -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ |
| 1065 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 1060 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
| @@ -1284,8 +1279,11 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $( | |||
| 1284 | -e 's/@''GNULIB_ILOGBF''@/$(GL_GNULIB_ILOGBF)/g' \ | 1279 | -e 's/@''GNULIB_ILOGBF''@/$(GL_GNULIB_ILOGBF)/g' \ |
| 1285 | -e 's/@''GNULIB_ILOGBL''@/$(GL_GNULIB_ILOGBL)/g' \ | 1280 | -e 's/@''GNULIB_ILOGBL''@/$(GL_GNULIB_ILOGBL)/g' \ |
| 1286 | -e 's/@''GNULIB_ISFINITE''@/$(GL_GNULIB_ISFINITE)/g' \ | 1281 | -e 's/@''GNULIB_ISFINITE''@/$(GL_GNULIB_ISFINITE)/g' \ |
| 1282 | -e 's/@''GNULIB_ISFINITE_NO_CXX''@/$(GL_GNULIB_ISFINITE_NO_CXX)/g' \ | ||
| 1287 | -e 's/@''GNULIB_ISINF''@/$(GL_GNULIB_ISINF)/g' \ | 1283 | -e 's/@''GNULIB_ISINF''@/$(GL_GNULIB_ISINF)/g' \ |
| 1284 | -e 's/@''GNULIB_ISINF_NO_CXX''@/$(GL_GNULIB_ISINF_NO_CXX)/g' \ | ||
| 1288 | -e 's/@''GNULIB_ISNAN''@/$(GL_GNULIB_ISNAN)/g' \ | 1285 | -e 's/@''GNULIB_ISNAN''@/$(GL_GNULIB_ISNAN)/g' \ |
| 1286 | -e 's/@''GNULIB_ISNAN_NO_CXX''@/$(GL_GNULIB_ISNAN_NO_CXX)/g' \ | ||
| 1289 | -e 's/@''GNULIB_ISNANF''@/$(GL_GNULIB_ISNANF)/g' \ | 1287 | -e 's/@''GNULIB_ISNANF''@/$(GL_GNULIB_ISNANF)/g' \ |
| 1290 | -e 's/@''GNULIB_ISNAND''@/$(GL_GNULIB_ISNAND)/g' \ | 1288 | -e 's/@''GNULIB_ISNAND''@/$(GL_GNULIB_ISNAND)/g' \ |
| 1291 | -e 's/@''GNULIB_ISNANL''@/$(GL_GNULIB_ISNANL)/g' \ | 1289 | -e 's/@''GNULIB_ISNANL''@/$(GL_GNULIB_ISNANL)/g' \ |
| @@ -1330,6 +1328,7 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $( | |||
| 1330 | -e 's/@''GNULIB_SETPAYLOADSIGF''@/$(GL_GNULIB_SETPAYLOADSIGF)/g' \ | 1328 | -e 's/@''GNULIB_SETPAYLOADSIGF''@/$(GL_GNULIB_SETPAYLOADSIGF)/g' \ |
| 1331 | -e 's/@''GNULIB_SETPAYLOADSIGL''@/$(GL_GNULIB_SETPAYLOADSIGL)/g' \ | 1329 | -e 's/@''GNULIB_SETPAYLOADSIGL''@/$(GL_GNULIB_SETPAYLOADSIGL)/g' \ |
| 1332 | -e 's/@''GNULIB_SIGNBIT''@/$(GL_GNULIB_SIGNBIT)/g' \ | 1330 | -e 's/@''GNULIB_SIGNBIT''@/$(GL_GNULIB_SIGNBIT)/g' \ |
| 1331 | -e 's/@''GNULIB_SIGNBIT_NO_CXX''@/$(GL_GNULIB_SIGNBIT_NO_CXX)/g' \ | ||
| 1333 | -e 's/@''GNULIB_SINF''@/$(GL_GNULIB_SINF)/g' \ | 1332 | -e 's/@''GNULIB_SINF''@/$(GL_GNULIB_SINF)/g' \ |
| 1334 | -e 's/@''GNULIB_SINL''@/$(GL_GNULIB_SINL)/g' \ | 1333 | -e 's/@''GNULIB_SINL''@/$(GL_GNULIB_SINL)/g' \ |
| 1335 | -e 's/@''GNULIB_SINHF''@/$(GL_GNULIB_SINHF)/g' \ | 1334 | -e 's/@''GNULIB_SINHF''@/$(GL_GNULIB_SINHF)/g' \ |
| @@ -1366,14 +1365,19 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $( | |||
| 1366 | -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \ | 1365 | -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \ |
| 1367 | -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \ | 1366 | -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \ |
| 1368 | -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \ | 1367 | -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \ |
| 1368 | -e 's|@''HAVE_COPYSIGNF''@|$(HAVE_COPYSIGNF)|g' \ | ||
| 1369 | -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \ | 1369 | -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \ |
| 1370 | -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \ | 1370 | -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \ |
| 1371 | -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \ | 1371 | -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \ |
| 1372 | -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \ | 1372 | -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \ |
| 1373 | -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \ | 1373 | -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \ |
| 1374 | -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \ | 1374 | -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \ |
| 1375 | -e 's|@''HAVE_EXP2''@|$(HAVE_EXP2)|g' \ | ||
| 1376 | -e 's|@''HAVE_EXP2F''@|$(HAVE_EXP2F)|g' \ | ||
| 1377 | -e 's|@''HAVE_EXP2L''@|$(HAVE_EXP2L)|g' \ | ||
| 1375 | -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \ | 1378 | -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \ |
| 1376 | -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \ | 1379 | -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \ |
| 1380 | -e 's|@''HAVE_EXPM1L''@|$(HAVE_EXPM1L)|g' \ | ||
| 1377 | -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \ | 1381 | -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \ |
| 1378 | -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \ | 1382 | -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \ |
| 1379 | -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \ | 1383 | -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \ |
| @@ -1401,6 +1405,9 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $( | |||
| 1401 | -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \ | 1405 | -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \ |
| 1402 | -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \ | 1406 | -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \ |
| 1403 | -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \ | 1407 | -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \ |
| 1408 | -e 's|@''HAVE_LOG2''@|$(HAVE_LOG2)|g' \ | ||
| 1409 | -e 's|@''HAVE_LOG2F''@|$(HAVE_LOG2F)|g' \ | ||
| 1410 | -e 's|@''HAVE_LOG2L''@|$(HAVE_LOG2L)|g' \ | ||
| 1404 | -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \ | 1411 | -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \ |
| 1405 | -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \ | 1412 | -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \ |
| 1406 | -e 's|@''HAVE_LOGP1''@|$(HAVE_LOGP1)|g' \ | 1413 | -e 's|@''HAVE_LOGP1''@|$(HAVE_LOGP1)|g' \ |
| @@ -1411,8 +1418,13 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $( | |||
| 1411 | -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \ | 1418 | -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \ |
| 1412 | -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \ | 1419 | -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \ |
| 1413 | -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \ | 1420 | -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \ |
| 1421 | -e 's|@''HAVE_REMAINDERL''@|$(HAVE_REMAINDERL)|g' \ | ||
| 1414 | -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \ | 1422 | -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \ |
| 1423 | -e 's|@''HAVE_RINTF''@|$(HAVE_RINTF)|g' \ | ||
| 1415 | -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \ | 1424 | -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \ |
| 1425 | -e 's|@''HAVE_ROUND''@|$(HAVE_ROUND)|g' \ | ||
| 1426 | -e 's|@''HAVE_ROUNDF''@|$(HAVE_ROUNDF)|g' \ | ||
| 1427 | -e 's|@''HAVE_ROUNDL''@|$(HAVE_ROUNDL)|g' \ | ||
| 1416 | -e 's|@''HAVE_SETPAYLOAD''@|$(HAVE_SETPAYLOAD)|g' \ | 1428 | -e 's|@''HAVE_SETPAYLOAD''@|$(HAVE_SETPAYLOAD)|g' \ |
| 1417 | -e 's|@''HAVE_SETPAYLOADF''@|$(HAVE_SETPAYLOADF)|g' \ | 1429 | -e 's|@''HAVE_SETPAYLOADF''@|$(HAVE_SETPAYLOADF)|g' \ |
| 1418 | -e 's|@''HAVE_SETPAYLOADL''@|$(HAVE_SETPAYLOADL)|g' \ | 1430 | -e 's|@''HAVE_SETPAYLOADL''@|$(HAVE_SETPAYLOADL)|g' \ |
| @@ -1438,33 +1450,17 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $( | |||
| 1438 | -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ | 1450 | -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ |
| 1439 | -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ | 1451 | -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ |
| 1440 | -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ | 1452 | -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ |
| 1441 | -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \ | ||
| 1442 | -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \ | ||
| 1443 | -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \ | 1453 | -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \ |
| 1444 | -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \ | 1454 | -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \ |
| 1445 | -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \ | ||
| 1446 | -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \ | 1455 | -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \ |
| 1447 | -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \ | 1456 | -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \ |
| 1448 | -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \ | ||
| 1449 | -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \ | ||
| 1450 | -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \ | ||
| 1451 | -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \ | ||
| 1452 | -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \ | 1457 | -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \ |
| 1453 | -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \ | 1458 | -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \ |
| 1454 | -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \ | 1459 | -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \ |
| 1455 | -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \ | 1460 | -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \ |
| 1456 | -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \ | 1461 | -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \ |
| 1457 | -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \ | 1462 | -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \ |
| 1458 | -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \ | ||
| 1459 | -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \ | ||
| 1460 | -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \ | ||
| 1461 | -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \ | 1463 | -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \ |
| 1462 | -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \ | ||
| 1463 | -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \ | ||
| 1464 | -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \ | ||
| 1465 | -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \ | ||
| 1466 | -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \ | ||
| 1467 | -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \ | ||
| 1468 | -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \ | 1464 | -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \ |
| 1469 | -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \ | 1465 | -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \ |
| 1470 | -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \ | 1466 | -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \ |
| @@ -2395,9 +2391,6 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) | |||
| 2395 | $(AM_V_at)mv $@-t3 $@ | 2391 | $(AM_V_at)mv $@-t3 $@ |
| 2396 | MOSTLYCLEANFILES += stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 | 2392 | MOSTLYCLEANFILES += stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 |
| 2397 | 2393 | ||
| 2398 | if GL_COND_OBJ_STDIO_CONSOLESAFE | ||
| 2399 | libgnu_a_SOURCES += stdio-consolesafe.c | ||
| 2400 | endif | ||
| 2401 | if GL_COND_OBJ_STDIO_READ | 2394 | if GL_COND_OBJ_STDIO_READ |
| 2402 | libgnu_a_SOURCES += stdio-read.c | 2395 | libgnu_a_SOURCES += stdio-read.c |
| 2403 | endif | 2396 | endif |
| @@ -2409,6 +2402,14 @@ EXTRA_DIST += stdio.in.h | |||
| 2409 | 2402 | ||
| 2410 | ## end gnulib module stdio-h | 2403 | ## end gnulib module stdio-h |
| 2411 | 2404 | ||
| 2405 | ## begin gnulib module stdio-windows | ||
| 2406 | |||
| 2407 | if GL_COND_OBJ_STDIO_CONSOLESAFE | ||
| 2408 | libgnu_a_SOURCES += stdio-consolesafe.c | ||
| 2409 | endif | ||
| 2410 | |||
| 2411 | ## end gnulib module stdio-windows | ||
| 2412 | |||
| 2412 | ## begin gnulib module stdlib-h | 2413 | ## begin gnulib module stdlib-h |
| 2413 | 2414 | ||
| 2414 | BUILT_SOURCES += stdlib.h | 2415 | BUILT_SOURCES += stdlib.h |
| @@ -2503,7 +2504,6 @@ stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ | |||
| 2503 | -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ | 2504 | -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ |
| 2504 | -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \ | 2505 | -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \ |
| 2505 | -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ | 2506 | -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ |
| 2506 | -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ | ||
| 2507 | -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ | 2507 | -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ |
| 2508 | -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \ | 2508 | -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \ |
| 2509 | -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ | 2509 | -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ |
| @@ -2521,6 +2521,7 @@ stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ | |||
| 2521 | -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ | 2521 | -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ |
| 2522 | -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ | 2522 | -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ |
| 2523 | -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ | 2523 | -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ |
| 2524 | -e 's|@''HAVE_SYS_PROCESS_H''@|$(HAVE_SYS_PROCESS_H)|g' \ | ||
| 2524 | -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ | 2525 | -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ |
| 2525 | -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ | 2526 | -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ |
| 2526 | < $@-t1 > $@-t2 | 2527 | < $@-t1 > $@-t2 |
| @@ -2674,6 +2675,7 @@ string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 2674 | -e 's/@''GNULIB_STPNCPY''@/$(GL_GNULIB_STPNCPY)/g' \ | 2675 | -e 's/@''GNULIB_STPNCPY''@/$(GL_GNULIB_STPNCPY)/g' \ |
| 2675 | -e 's/@''GNULIB_STRCHRNUL''@/$(GL_GNULIB_STRCHRNUL)/g' \ | 2676 | -e 's/@''GNULIB_STRCHRNUL''@/$(GL_GNULIB_STRCHRNUL)/g' \ |
| 2676 | -e 's/@''GNULIB_STRDUP''@/$(GL_GNULIB_STRDUP)/g' \ | 2677 | -e 's/@''GNULIB_STRDUP''@/$(GL_GNULIB_STRDUP)/g' \ |
| 2678 | -e 's/@''GNULIB_STRINGEQ''@/$(GL_GNULIB_STRINGEQ)/g' \ | ||
| 2677 | -e 's/@''GNULIB_STRNCAT''@/$(GL_GNULIB_STRNCAT)/g' \ | 2679 | -e 's/@''GNULIB_STRNCAT''@/$(GL_GNULIB_STRNCAT)/g' \ |
| 2678 | -e 's/@''GNULIB_STRNCPY''@/$(GL_GNULIB_STRNCPY)/g' \ | 2680 | -e 's/@''GNULIB_STRNCPY''@/$(GL_GNULIB_STRNCPY)/g' \ |
| 2679 | -e 's/@''GNULIB_STRNDUP''@/$(GL_GNULIB_STRNDUP)/g' \ | 2681 | -e 's/@''GNULIB_STRNDUP''@/$(GL_GNULIB_STRNDUP)/g' \ |
| @@ -2702,6 +2704,7 @@ string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 2702 | -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ | 2704 | -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ |
| 2703 | -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ | 2705 | -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ |
| 2704 | -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ | 2706 | -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ |
| 2707 | -e 's|@''HAVE_DECL_MEMEQ''@|$(HAVE_DECL_MEMEQ)|g' \ | ||
| 2705 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ | 2708 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ |
| 2706 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ | 2709 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ |
| 2707 | -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ | 2710 | -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ |
| @@ -2711,6 +2714,7 @@ string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 2711 | -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ | 2714 | -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ |
| 2712 | -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ | 2715 | -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ |
| 2713 | -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ | 2716 | -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ |
| 2717 | -e 's|@''HAVE_DECL_STREQ''@|$(HAVE_DECL_STREQ)|g' \ | ||
| 2714 | -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ | 2718 | -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ |
| 2715 | -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ | 2719 | -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ |
| 2716 | -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ | 2720 | -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ |
| @@ -2760,6 +2764,12 @@ EXTRA_DIST += string.in.h | |||
| 2760 | 2764 | ||
| 2761 | ## end gnulib module string-h | 2765 | ## end gnulib module string-h |
| 2762 | 2766 | ||
| 2767 | ## begin gnulib module stringeq | ||
| 2768 | |||
| 2769 | libgnu_a_SOURCES += string.c | ||
| 2770 | |||
| 2771 | ## end gnulib module stringeq | ||
| 2772 | |||
| 2763 | ## begin gnulib module strings-h | 2773 | ## begin gnulib module strings-h |
| 2764 | 2774 | ||
| 2765 | BUILT_SOURCES += strings.h | 2775 | BUILT_SOURCES += strings.h |
| @@ -3918,7 +3928,7 @@ wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) | |||
| 3918 | -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ | 3928 | -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ |
| 3919 | -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ | 3929 | -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ |
| 3920 | -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \ | 3930 | -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \ |
| 3921 | -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ | 3931 | -e 's|@''HAVE_WCTOB''@|$(HAVE_WCTOB)|g' \ |
| 3922 | -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \ | 3932 | -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \ |
| 3923 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | 3933 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ |
| 3924 | < $@-t1 > $@-t2 | 3934 | < $@-t1 > $@-t2 |
