logo

live-bootstrap

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

import-gnulib.sh (1055B)


  1. #!/bin/sh
  2. #
  3. # SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
  4. #
  5. # SPDX-License-Identifier: GPL-3.0-or-later
  6. ../gnulib-5651802/gnulib-tool --import --local-dir=gl \
  7. --lib=libgzip \
  8. --source-base=lib \
  9. --m4-base=m4 \
  10. --doc-base=doc \
  11. --tests-base=tests \
  12. --aux-dir=build-aux \
  13. --makefile-name=gnulib.mk \
  14. --no-conditional-dependencies \
  15. --no-libtool \
  16. --macro-prefix=gl \
  17. --avoid=getline \
  18. --avoid=rpmatch \
  19. announce-gen \
  20. calloc-gnu \
  21. close \
  22. dirname-lgpl \
  23. fclose \
  24. fcntl \
  25. fcntl-safer \
  26. fdatasync \
  27. fdopendir \
  28. filename \
  29. fprintf-posix \
  30. fsync \
  31. getopt-gnu \
  32. git-version-gen \
  33. gitlog-to-changelog \
  34. gnu-make \
  35. gnu-web-doc-update \
  36. gnumakefile \
  37. gnupload \
  38. ignore-value \
  39. intprops \
  40. largefile \
  41. lib-ignore \
  42. lstat \
  43. maintainer-makefile \
  44. malloc-gnu \
  45. manywarnings \
  46. openat-safer \
  47. printf-posix \
  48. readme-release \
  49. realloc-gnu \
  50. savedir \
  51. sigaction \
  52. stat-time \
  53. strerror \
  54. sys_stat \
  55. time \
  56. unistd-safer \
  57. unlinkat \
  58. update-copyright \
  59. utimens \
  60. verify \
  61. xalloc \
  62. year2038 \
  63. yesno