Re: [PATCH] Add printf templates to configure process [APPLIED]

2002-01-09 Thread Dan Sugalski
At 08:32 AM 1/9/2002 -0600, David M. Lloyd wrote: >This patch adds macros to the config.h file for INTVAL and NUMVAL printf >formats; I called them INTVAL_FMT and NUMVAL_FMT, although if those names >are not appropriate I won't sweat it. Applied, thanks. D

[PATCH] Add printf templates to configure process

2002-01-09 Thread David M. Lloyd
This patch adds macros to the config.h file for INTVAL and NUMVAL printf formats; I called them INTVAL_FMT and NUMVAL_FMT, although if those names are not appropriate I won't sweat it. The detection mechanism is not that fancy. It just reads what you have in $c{iv} and $c{nv} and hopefully recog