Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 1 | The gnulib largefile macro needs updating to work with autoconf 2.73. Rather |
| 2 | than the full code: |
| 3 | |
| 4 | https://git.savannah.gnu.org/cgit/gnulib.git/commit/m4/largefile.m4?id=f91f633858cf132e50924224c50d6264a92caabb |
| 5 | |
| 6 | Just tweak the exiting code to work with 2.73. The next parted upgrade should |
| 7 | update to new gnulib |
| 8 | |
| 9 | Upstream-Status: Inappropriate |
| 10 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 11 | |
| 12 | --- a/m4/largefile.m4 |
| 13 | +++ b/m4/largefile.m4 |
| 14 | @@ -27,7 +27,7 @@ AC_DEFUN([gl_SET_LARGEFILE_SOURCE], |
| 15 | # Work around a problem in autoconf <= 2.69: |
| 16 | # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5, |
| 17 | # or configures them incorrectly in some cases. |
| 18 | -m4_version_prereq([2.70], [], [ |
| 19 | +m4_version_prereq([2.73], [], [ |
| 20 | |
| 21 | # _AC_SYS_LARGEFILE_TEST_INCLUDES |
| 22 | # ------------------------------- |