| Well, the build completed. I added "#define HTS_PLATFORM 0"
to config.h. Perhaps configure.in should have a default
platform defined.
### Check for platform
case $host in
AIX) AC_DEFINE(HTS_PLATFORM, 1, [Defined to build under AIX]);;
*-solaris*) AC_DEFINE(HTS_PLATFORM, 2, [Defined to build
under solaris]);;
*-linux-gnu | *-irix6*) AC_DEFINE(HTS_PLATFORM, 3, [Defined
to build under Linux]);;
*) AC_DEFINE(HTS_PLATFORM, 0, [Defined to build under
generic platform]);;
esac
==
Terry Luedtke
National Library of Medicine | |