bootstrap.conf 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Bootstrap configuration.
  2. # Copyright (C) 2006, 2007 Free Software Foundation, Inc.
  3. # This program is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation; either version 3, or (at your option)
  6. # any later version.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. # GNU General Public License for more details.
  11. # You should have received a copy of the GNU General Public License
  12. # along with this program; if not, write to the Free Software
  13. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  14. # 02110-1301, USA.
  15. # We don't need these modules, even though gnulib-tool mistakenly
  16. # includes them because of gettext dependencies.
  17. avoided_gnulib_modules='
  18. --avoid=lock
  19. --avoid=size_max
  20. --avoid=xsize
  21. '
  22. # gnulib modules used by this package.
  23. gnulib_modules="$avoided_gnulib_modules
  24. `grep '^[^#]' gnulib.modules`
  25. "
  26. # Additional xgettext options to use. Use "\\\newline" to break lines.
  27. XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
  28. --flag=_:1:pass-c-format\\\
  29. --flag=N_:1:pass-c-format\\\
  30. --flag=error:3:c-format --flag=error_at_line:5:c-format\\\
  31. --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\
  32. --flag=argp_error:2:c-format\\\
  33. --flag=__argp_error:2:c-format\\\
  34. --flag=argp_failure:4:c-format\\\
  35. --flag=__argp_failure:4:c-format\\\
  36. --flag=argp_fmtstream_printf:2:c-format\\\
  37. --flag=__argp_fmtstream_printf:2:c-format\\\
  38. '
  39. # Gettext supplies these files, but we don't need them since
  40. # we don't have an intl subdirectory.
  41. excluded_files='
  42. m4/glibc2.m4
  43. m4/intdiv0.m4
  44. m4/lcmessage.m4
  45. m4/lock.m4
  46. m4/printf-posix.m4
  47. m4/size_max.m4
  48. m4/uintmax_t.m4
  49. m4/ulonglong.m4
  50. m4/visibility.m4
  51. m4/xsize.m4
  52. '