Problem with running ./configure for DNSSEC-Tools 1.5

checking size of short... configure: error: cannot compute sizeof
(short), 77
See `config.log' for more details.
configure: error: /bin/bash './configure' failed for validator

Above are the last few lines shown before ./configure ended and it was not successful. What am I lacking of?

---------- Post updated at 06:16 PM ---------- Previous update was at 04:32 PM ----------

Supporting info, hope it help towards a solution

# /usr/ccs/bin/make
make: Fatal error: No arguments to build
Current working directory /var/named/dnssec-tools-1.5/validator
*** Error code 1
The following command caused the error:
if test "xvalidator" != "xnone" ; then \
for i in validator ; do \
(cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirmake'

have you tried

make install

usually there should be some readme file that give some idea how to compile and install.