Make int32_t available on all systems
authorPetri Lehtinen <petri@digip.org>
Sat, 6 Feb 2010 19:08:56 +0000 (21:08 +0200)
committerPetri Lehtinen <petri@digip.org>
Sat, 6 Feb 2010 19:11:41 +0000 (21:11 +0200)
commit286823227c8c06e729dd939ec53b124c5c9afbc4
treec72b14edf973292ff792b9c24081e57af882f5c1
parent08dc8d9bafcb13bb1541894918f4a394e644e6e1
Make int32_t available on all systems

Use AC_TYPE_INT32_T and include inttypes.h (if it exists) instead of
stdint.h for maximum portability.
configure.ac
src/dump.c
src/load.c
src/utf.h