Update of /cvsroot/pure-data/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20007
Modified Files: Tag: devel_0_38 configure.ac Log Message: copied checking for tcl/tk header(!)-files from the old configure
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/pd/Attic/configure.ac,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -C2 -d -r1.1.4.4 -r1.1.4.5 *** configure.ac 20 Jan 2005 16:27:24 -0000 1.1.4.4 --- configure.ac 20 Jan 2005 20:27:39 -0000 1.1.4.5 *************** *** 72,75 **** --- 72,83 ---- AC_CHECK_LIB($tklib, main,,echo no tk library found || exit 1)
+ foundit=no + AC_CHECK_HEADER(tcl.h,foundit=yes) + + if test "$foundit" = "no"; then + AC_CHECK_HEADER($tcllib/tcl.h, + CFLAGS="$CFLAGS -I/usr/include/$tcllib", + [echo no tcl header found];exit -1) + fi
dnl check for features