logo

live-bootstrap

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

import-gnulib.sh (1393B)


  1. #!/bin/sh
  2. # SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
  3. #
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. ../gnulib-3639c57/gnulib-tool --import --local-dir=gl \
  6. --lib=libm4 \
  7. --source-base=lib \
  8. --m4-base=m4 \
  9. --doc-base=doc \
  10. --tests-base=tests \
  11. --aux-dir=build-aux \
  12. --with-tests \
  13. --with-c++-tests \
  14. --makefile-name=gnulib.mk \
  15. --no-conditional-dependencies \
  16. --no-libtool \
  17. --macro-prefix=M4 \
  18. --avoid=getopt-posix-tests \
  19. --avoid=lock-tests \
  20. --avoid=tls-tests \
  21. announce-gen \
  22. assert \
  23. attribute \
  24. autobuild \
  25. avltree-oset \
  26. binary-io \
  27. c-ctype \
  28. c-stack \
  29. clean-temp \
  30. close-stream \
  31. closein \
  32. config-h \
  33. configmake \
  34. dirname \
  35. do-release-commit-and-tag \
  36. error \
  37. execute \
  38. fclose \
  39. fdl-1.3 \
  40. fflush \
  41. filenamecat \
  42. fopen-gnu \
  43. fopen-safer \
  44. fseeko \
  45. gendocs \
  46. getopt-gnu \
  47. gettext-h \
  48. git-version-gen \
  49. gitlog-to-changelog \
  50. gnu-web-doc-update \
  51. gnumakefile \
  52. gnupload \
  53. gpl-3.0 \
  54. ignore-value \
  55. intprops \
  56. maintainer-makefile \
  57. manywarnings \
  58. memchr2 \
  59. mkstemp \
  60. obstack \
  61. progname \
  62. propername \
  63. regex \
  64. rename \
  65. setlocale \
  66. sigaction \
  67. sigpipe \
  68. spawn-pipe \
  69. stdbool \
  70. stdint \
  71. stdlib-safer \
  72. strsignal \
  73. strstr \
  74. strtod \
  75. unlocked-io \
  76. update-copyright \
  77. vc-list-files \
  78. verify \
  79. verror \
  80. version-etc \
  81. version-etc-fsf \
  82. wait-process \
  83. xalloc \
  84. xoset \
  85. xprintf \
  86. xvasprintf-posix