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

configure.ac: Add TCL detection

This commit is contained in:
Jon Trulson 2020-09-06 19:34:45 -06:00
parent e5914dd108
commit 43bda68f69
2 changed files with 3123 additions and 2 deletions

View file

@ -424,14 +424,17 @@ else
AC_SUBST(FREETYPE_LIBS)
fi
dnl Figure out TCL
SC_PATH_TCLCONFIG
SC_LOAD_TCLCONFIG
dnl check MISSING_PROGS - error out here if there's stuff in it.
if test -n "$MISSING_PROGS"; then
AC_MSG_ERROR([Please install the following REQUIRED programs: ${MISSING_PROGS}])
fi
dnl set CPPFLAGS, CFLAGS, and CXXFLAGS.
dnl The Autoconf manual says that these are user variables and
dnl shouldn't be modified. It suggests that you create a special

3118
cde/m4/tcl.m4 Normal file

File diff suppressed because it is too large Load diff