logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

import-gnulib.sh (1766B)


  1. #!/bin/sh
  2. # SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  3. #
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. ../gnulib-30820c/gnulib-tool --import --local-dir=gl \
  6. --lib=libgnu \
  7. --source-base=gnu \
  8. --m4-base=m4 \
  9. --doc-base=doc \
  10. --tests-base=tests \
  11. --aux-dir=build-aux \
  12. --no-conditional-dependencies \
  13. --no-libtool \
  14. --macro-prefix=gl \
  15. --avoid=lock \
  16. alloca \
  17. areadlinkat-with-size \
  18. argmatch \
  19. argp \
  20. argp-version-etc \
  21. backupfile \
  22. closeout \
  23. configmake \
  24. dirname \
  25. error \
  26. exclude \
  27. exitfail \
  28. extern-inline \
  29. faccessat \
  30. fchmodat \
  31. fchownat \
  32. fcntl-h \
  33. fdopendir \
  34. fdutimensat \
  35. file-has-acl \
  36. fileblocks \
  37. fnmatch-gnu \
  38. fprintftime \
  39. fseeko \
  40. fstatat \
  41. full-write \
  42. futimens \
  43. getline \
  44. getopt-gnu \
  45. getpagesize \
  46. gettext \
  47. gettime \
  48. gitlog-to-changelog \
  49. hash \
  50. human \
  51. inttostr \
  52. inttypes \
  53. lchown \
  54. linkat \
  55. localcharset \
  56. manywarnings \
  57. mkdirat \
  58. mkdtemp \
  59. mkfifoat \
  60. modechange \
  61. obstack \
  62. openat \
  63. parse-datetime \
  64. priv-set \
  65. progname \
  66. quote \
  67. quotearg \
  68. readlinkat \
  69. renameat \
  70. root-uid \
  71. rpmatch \
  72. safe-read \
  73. savedir \
  74. selinux-at \
  75. setenv \
  76. snprintf \
  77. stat-time \
  78. stdbool \
  79. stdint \
  80. stdopen \
  81. stpcpy \
  82. strdup-posix \
  83. strerror \
  84. strnlen \
  85. strtoimax \
  86. strtol \
  87. strtoul \
  88. strtoumax \
  89. symlinkat \
  90. timespec \
  91. timespec-sub \
  92. unlinkat \
  93. unlinkdir \
  94. unlocked-io \
  95. utimensat \
  96. version-etc-fsf \
  97. xalloc \
  98. xalloc-die \
  99. xgetcwd \
  100. xstrtoumax \
  101. xvasprintf