On 10/13/15 4:10 PM, Klaus Ziegler - owner of sunfreeware.de wrote:
> I have no clue how to fix the bashversion linking error in the configure
> script, besides modifying config.h after
> configure has done it's work.
This one is easy. version.c and version2.c need to use #if HAVE_SNPRINTF
instead of using #ifdef because new versions of autoconf end up putting
#define HAVE_SNPRINTF 0 into config.h.
> However, the compile error in execute_cmd.c,
> is directly related to the failed
> autoconf test for <sys/resource.h> from above. On SunOS4 a test for
> /usr/include/sys/resource.h needs to
> include /usr/include/sys/time.h to be successful.
This is due to a new version of autoconf, which requires that a header file
compile to have it reported as present. I'll need to write a new test.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU [email protected] http://cnswww.cns.cwru.edu/~chet/