logo

live-bootstrap

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

import-gnulib.sh (1011B)


  1. #!/bin/sh
  2. # SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
  3. #
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. ../gnulib-8e128e/gnulib-tool \
  6. --import \
  7. --dir=. \
  8. --lib=libgnulib \
  9. --source-base=gnulib/lib \
  10. --m4-base=gnulib/m4 \
  11. --doc-base=doc \
  12. --aux-dir=. \
  13. --with-tests \
  14. --no-libtool \
  15. --macro-prefix=gl \
  16. alloca \
  17. argmatch \
  18. canonicalize \
  19. closein \
  20. closeout \
  21. dirname \
  22. error \
  23. fdl \
  24. fileblocks \
  25. filemode \
  26. fnmatch-gnu \
  27. fopen-safer \
  28. getline \
  29. getopt \
  30. gettext \
  31. human \
  32. idcache \
  33. lstat \
  34. malloc \
  35. memcmp \
  36. memset \
  37. mktime \
  38. modechange \
  39. mountlist \
  40. pathmax \
  41. quotearg \
  42. realloc \
  43. regex \
  44. rpmatch \
  45. savedir \
  46. stat-macros \
  47. stpcpy \
  48. strdup \
  49. strftime \
  50. strstr \
  51. strtol \
  52. strtoul \
  53. strtoull \
  54. strtoumax \
  55. xalloc \
  56. xalloc-die \
  57. xgetcwd \
  58. xstrtol \
  59. xstrtoumax \
  60. yesno