autoconf-2.73.patch 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. The gnulib largefile macro needs updating to work with autoconf 2.73. Rather
  2. than the full code:
  3. https://git.savannah.gnu.org/cgit/gnulib.git/commit/m4/largefile.m4?id=f91f633858cf132e50924224c50d6264a92caabb
  4. Just tweak the exiting code to work with 2.73. The next gettext upgrade should
  5. update to new gnulib
  6. Upstream-Status: Inappropriate
  7. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  8. Index: gettext-0.21.1/gettext-runtime/gnulib-m4/largefile.m4
  9. ===================================================================
  10. --- gettext-0.21.1.orig/gettext-runtime/gnulib-m4/largefile.m4
  11. +++ gettext-0.21.1/gettext-runtime/gnulib-m4/largefile.m4
  12. @@ -26,7 +26,7 @@ AC_DEFUN([gl_SET_LARGEFILE_SOURCE],
  13. # with _TIME_BITS. Also, work around a problem in autoconf <= 2.69:
  14. # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
  15. # or configures them incorrectly in some cases.
  16. -m4_version_prereq([2.70], [], [
  17. +m4_version_prereq([2.73], [], [
  18. # _AC_SYS_LARGEFILE_TEST_INCLUDES
  19. # -------------------------------
  20. Index: gettext-0.21.1/gettext-tools/gnulib-m4/largefile.m4
  21. ===================================================================
  22. --- gettext-0.21.1.orig/gettext-tools/gnulib-m4/largefile.m4
  23. +++ gettext-0.21.1/gettext-tools/gnulib-m4/largefile.m4
  24. @@ -26,7 +26,7 @@ AC_DEFUN([gl_SET_LARGEFILE_SOURCE],
  25. # with _TIME_BITS. Also, work around a problem in autoconf <= 2.69:
  26. # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
  27. # or configures them incorrectly in some cases.
  28. -m4_version_prereq([2.70], [], [
  29. +m4_version_prereq([2.73], [], [
  30. # _AC_SYS_LARGEFILE_TEST_INCLUDES
  31. # -------------------------------
  32. Index: gettext-0.21.1/libtextstyle/gnulib-m4/largefile.m4
  33. ===================================================================
  34. --- gettext-0.21.1.orig/libtextstyle/gnulib-m4/largefile.m4
  35. +++ gettext-0.21.1/libtextstyle/gnulib-m4/largefile.m4
  36. @@ -26,7 +26,7 @@ AC_DEFUN([gl_SET_LARGEFILE_SOURCE],
  37. # with _TIME_BITS. Also, work around a problem in autoconf <= 2.69:
  38. # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
  39. # or configures them incorrectly in some cases.
  40. -m4_version_prereq([2.70], [], [
  41. +m4_version_prereq([2.73], [], [
  42. # _AC_SYS_LARGEFILE_TEST_INCLUDES
  43. # -------------------------------