1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

configure: Add -lm and vfork checks. Add dtwm to AC_OUTPUT.

This commit is contained in:
Jon Trulson 2019-10-30 12:10:30 -06:00
parent 62e6e5c58c
commit 9bc595a0a6

View file

@ -235,6 +235,8 @@ AC_PROG_CC_C99
AC_PATH_X
AC_PATH_XTRA
AC_FUNC_FORK
dnl programs
AC_CHECK_PROGS(KSH, ksh)
AC_CHECK_PROGS(BDFTOPCF, bdftopcf)
@ -248,6 +250,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([locale.h])
dnl libraries
AC_CHECK_LIB(m, cosf)
AC_CHECK_LIB(tirpc, main, [TIRPCINC="-DOPT_TIRPC -I/usr/include/tirpc"; TIRPCLIB=-ltirpc])
AC_SUBST(TIRPCINC)
AC_SUBST(TIRPCLIB)
@ -361,6 +364,7 @@ programs/dtpad/Makefile
programs/dtfile/Makefile
programs/dtfile/dtcopy/Makefile
programs/dtwm/Makefile
])
AC_OUTPUT