7 Bug-Reported-by: John Wyman <JohnWyman@celink.com>
8 Bug-Reference-ID: <5E7DEFC094C35044B87FAE761D9F0EE20143A3B7@exchange2k.celink.com>
13 Some systems (AIX 4.x) don't implement the PRI_xxx macros correctly,
14 causing syntax errors when attempting to compile bash on those systems.
15 This patch adds support for the PRI_MACROS_BROKEN define.
17 You will need to re-run `configure' after applying the patch. Run
18 `touch configure' so make doesn't try to run autoconf.
22 *** ../bash-3.2.11/config.h.in Tue Sep 12 16:00:54 2006
23 --- bash-3.2/config.h.in Tue Mar 6 11:17:55 2007
26 /* config.h -- Configuration file for bash. */
28 ! /* Copyright (C) 1987-2006 Free Software Foundation, Inc.
30 This file is part of GNU Bash, the Bourne Again SHell.
32 /* config.h -- Configuration file for bash. */
34 ! /* Copyright (C) 1987-2007 Free Software Foundation, Inc.
36 This file is part of GNU Bash, the Bourne Again SHell.
40 #undef HAVE_DECL_STRTOLD
42 + #undef PRI_MACROS_BROKEN
51 + /* Define if you have the `localeconv' function. */
52 + #undef HAVE_LOCALECONV
54 /* Define if your system has a working `malloc' function. */
55 /* #undef HAVE_MALLOC */
56 *** ../bash-3.2.11/builtins/printf.def Mon Nov 13 08:58:52 2006
57 --- bash-3.2/builtins/printf.def Sun Feb 4 13:58:59 2007
60 It implements the builtin "printf" in Bash.
62 ! Copyright (C) 1997-2005 Free Software Foundation, Inc.
64 This file is part of GNU Bash, the Bourne Again SHell.
66 It implements the builtin "printf" in Bash.
68 ! Copyright (C) 1997-2007 Free Software Foundation, Inc.
70 This file is part of GNU Bash, the Bourne Again SHell.
76 + #if defined (PRI_MACROS_BROKEN)
80 #if !defined (PRIdMAX)
82 *** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006
83 --- bash-3.2/patchlevel.h Mon Oct 16 14:22:54 2006
86 looks for to find the patch level (for the sccs version string). */
88 ! #define PATCHLEVEL 11
90 #endif /* _PATCHLEVEL_H_ */
92 looks for to find the patch level (for the sccs version string). */
94 ! #define PATCHLEVEL 12
96 #endif /* _PATCHLEVEL_H_ */