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:
parent
62e6e5c58c
commit
9bc595a0a6
1 changed files with 4 additions and 0 deletions
|
@ -235,6 +235,8 @@ AC_PROG_CC_C99
|
||||||
AC_PATH_X
|
AC_PATH_X
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
|
AC_FUNC_FORK
|
||||||
|
|
||||||
dnl programs
|
dnl programs
|
||||||
AC_CHECK_PROGS(KSH, ksh)
|
AC_CHECK_PROGS(KSH, ksh)
|
||||||
AC_CHECK_PROGS(BDFTOPCF, bdftopcf)
|
AC_CHECK_PROGS(BDFTOPCF, bdftopcf)
|
||||||
|
@ -248,6 +250,7 @@ AC_HEADER_STDC
|
||||||
AC_CHECK_HEADERS([locale.h])
|
AC_CHECK_HEADERS([locale.h])
|
||||||
|
|
||||||
dnl libraries
|
dnl libraries
|
||||||
|
AC_CHECK_LIB(m, cosf)
|
||||||
AC_CHECK_LIB(tirpc, main, [TIRPCINC="-DOPT_TIRPC -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(TIRPCINC)
|
||||||
AC_SUBST(TIRPCLIB)
|
AC_SUBST(TIRPCLIB)
|
||||||
|
@ -361,6 +364,7 @@ programs/dtpad/Makefile
|
||||||
programs/dtfile/Makefile
|
programs/dtfile/Makefile
|
||||||
programs/dtfile/dtcopy/Makefile
|
programs/dtfile/dtcopy/Makefile
|
||||||
|
|
||||||
|
programs/dtwm/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue