[Autogen-users] 5.9.5 patch
Brought to you by:
bkorb
From: Harlan S. <st...@nt...> - 2008-06-12 11:43:24
|
Here's the patch I needed to use to get 5.9.5 working: --- sntp/libopts/m4/libopts.m4 Fri Jun 6 17:16:28 2008 +++ libopts/m4/libopts.m4 Thu Jun 12 06:56:38 2008 @@ -68,6 +68,7 @@ AC_CHECK_HEADERS(stdint.h inttypes.h, break) AC_CHECK_TYPES([int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, intptr_t, uintptr_t, uint_t]) + AC_CHECK_TYPES([wchar_t, mode_t, pid_t, uid_t, gid_t]) # ===== # sizes -- Harlan Stenn <st...@nt...> http://ntpforum.isc.org - be a member! |