Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20314
Modified Files:
Tag: devel_0_37
makefile.in configure.in
Log Message:
fixed gui build problem
Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.1.1.3.2.21
retrieving revision 1.1.1.3.2.22
diff -C2 -d -r1.1.1.3.2.21 -r1.1.1.3.2.22
*** makefile.in 25 Oct 2004 15:25:01 -0000 1.1.1.3.2.21
--- makefile.in 27 Oct 2004 19:03:33 -0000 1.1.1.3.2.22
***************
*** 96,101 ****
$(BIN_DIR)/pd-gui: $(GOBJ) $(GSRC)
! cd ../obj; $(CC) $(INCLUDE) -o $(BIN_DIR)/$(GUINAME) $(GOBJ) \
! $(GLIB)
$(BIN_DIR)/pd.tk: u_main.tk
--- 96,100 ----
$(BIN_DIR)/pd-gui: $(GOBJ) $(GSRC)
! cd ../obj; $(CC) $(INCLUDE) -o $(BIN_DIR)/$(GUINAME) $(GOBJ) $(GLIB)
$(BIN_DIR)/pd.tk: u_main.tk
Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.1.1.4.2.26
retrieving revision 1.1.1.4.2.27
diff -C2 -d -r1.1.1.4.2.26 -r1.1.1.4.2.27
*** configure.in 9 Oct 2004 16:36:03 -0000 1.1.1.4.2.26
--- configure.in 27 Oct 2004 19:03:33 -0000 1.1.1.4.2.27
***************
*** 15,19 ****
-
dnl other defaults
AC_PROG_CC
--- 15,18 ----
***************
*** 125,129 ****
if test "$foundit" = "no"; then
AC_CHECK_HEADER($tcllib/tcl.h,
! ,# GUIFLAGS="$GUIFLAGS -I/usr/include/$tcllib",
[echo no tcl header found];exit -1)
fi
--- 124,128 ----
if test "$foundit" = "no"; then
AC_CHECK_HEADER($tcllib/tcl.h,
! GUIFLAGS="$GUIFLAGS -I/usr/include/$tcllib",
[echo no tcl header found];exit -1)
fi