configure.ac: Add TCL detection
This commit is contained in:
@@ -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
Reference in New Issue
Block a user