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:
parent
e5914dd108
commit
43bda68f69
2 changed files with 3123 additions and 2 deletions
|
@ -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
3118
cde/m4/tcl.m4
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue