|
From: Bob T. <bt...@us...> - 2001-06-03 23:45:21
|
Update of /cvsroot/benson/benson2/src/modules/contrib In directory usw-pr-cvs1:/tmp/cvs-serv13579/src/modules/contrib Modified Files: Makefile.in Log Message: Several changes to the build environment Index: Makefile.in =================================================================== RCS file: /cvsroot/benson/benson2/src/modules/contrib/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile.in 2001/05/29 05:05:15 1.4 --- Makefile.in 2001/06/03 23:33:40 1.5 *************** *** 64,77 **** CXX = @CXX@ DLLTOOL = @DLLTOOL@ HAVE_X11 = @HAVE_X11@ - LD = @LD@ LIBTOOL = @LIBTOOL@ LIBTOOL_VERSION = @LIBTOOL_VERSION@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ - NM = @NM@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ idl = @idl@ --- 64,79 ---- CXX = @CXX@ DLLTOOL = @DLLTOOL@ + ECHO = @ECHO@ + EXEEXT = @EXEEXT@ HAVE_X11 = @HAVE_X11@ LIBTOOL = @LIBTOOL@ LIBTOOL_VERSION = @LIBTOOL_VERSION@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ + OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ + STRIP = @STRIP@ VERSION = @VERSION@ idl = @idl@ |