7 Bug-Reported-by: Emanuel Haupt <ehaupt@FreeBSD.org>
8 Bug-Reference-ID: <20221001123841.27e1bfb3bf3ed58ab32ea2b5@FreeBSD.org>
9 Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00000.html
13 The configure test for the presence of strtoimax(3) is inverted.
15 Patch (apply with `patch -p0'):
18 *** ../bash-5.2-patched/m4/strtoimax.m4 Mon Apr 11 16:31:52 2022
19 --- m4/strtoimax.m4 Tue Apr 9 11:12:36 2024
23 AC_MSG_RESULT($bash_cv_func_strtoimax)
24 ! if test $bash_cv_func_strtoimax = yes; then
29 AC_MSG_RESULT($bash_cv_func_strtoimax)
30 ! if test $bash_cv_func_strtoimax = no; then
33 *** ..//bash-5.2-patched/configure Fri Sep 23 10:13:22 2022
34 --- configure Tue Apr 9 11:13:21 2024
37 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $bash_cv_func_strtoimax" >&5
38 printf "%s\n" "$bash_cv_func_strtoimax" >&6; }
39 ! if test $bash_cv_func_strtoimax = yes; then
41 *" strtoimax.$ac_objext "* ) ;;
43 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $bash_cv_func_strtoimax" >&5
44 printf "%s\n" "$bash_cv_func_strtoimax" >&6; }
45 ! if test $bash_cv_func_strtoimax = no; then
47 *" strtoimax.$ac_objext "* ) ;;
49 *** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400
50 --- patchlevel.h 2020-10-01 11:01:28.000000000 -0400
53 looks for to find the patch level (for the sccs version string). */
55 ! #define PATCHLEVEL 26
57 #endif /* _PATCHLEVEL_H_ */
59 looks for to find the patch level (for the sccs version string). */
61 ! #define PATCHLEVEL 27
63 #endif /* _PATCHLEVEL_H_ */