tt: begin to get it building under autotools

This commit is contained in:
Jon Trulson
2019-10-23 22:07:26 -06:00
parent db16ffd968
commit 03544e68ad
3 changed files with 15 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ dnl headers
AC_HEADER_STDC
dnl libraries
AC_CHECK_LIB(tirpc, main, [TIRPCINC=-I/usr/include/tirpc; TIRPCLIB=-ltirpc])
AC_CHECK_LIB(tirpc, main, [TIRPCINC="-DOPT_TIRPC -I/usr/include/tirpc"; TIRPCLIB=-ltirpc])
AC_SUBST(TIRPCINC)
AC_SUBST(TIRPCLIB)