home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TKNEW / I386 / EXPECT. next >
Text File  |  1998-07-24  |  2KB  |  47 lines

  1. --- Makefile.in.rtr    Mon Feb  3 19:07:58 1997
  2. +++ Makefile.in    Wed Mar  5 12:44:09 1997
  3. @@ -40,9 +40,9 @@
  4.  TKLIB = @TK_BUILD_LIB_SPEC@
  5.  TKLIB_INSTALLED = @TK_LIB_SPEC@
  6.  # X11 include files and other flags to compiler
  7. -X11_CFLAGS = @TK_XINCLUDES@
  8. +X11_CFLAGS = -I<installsharedir>/<prefix>include
  9.  # X library
  10. -X11_LD_FLAGS =
  11. +X11_LD_FLAGS = -L<installdir>/lib -lX11 -lpt
  12.  X11_PROGS = @X_PROGS@
  13.  # X11_PROGS_INSTALLED should really be a separate symbol generated by configure but we're
  14.  # hitting configure's limit on substitutions, so be crude and use one less symbol.
  15. @@ -298,8 +298,8 @@
  16.  # -lsocket    For SCO UNIX 3.2.2 (this should now be done automatically)
  17.  # -lX11        For Pyramid OSx, poll is broken, so use select from X lib
  18.  #  /usr/ucblib/libucb.a is needed for solaris 2.0 after -lm
  19. -EXP_AND_TCL_LIBS = $(LDFLAGS) @EXP_AND_TCL_LIBS@
  20. -EXP_AND_TK_LIBS = $(LDFLAGS) @EXP_AND_TK_LIBS@
  21. +EXP_AND_TCL_LIBS = $(LDFLAGS) @EXP_AND_TCL_LIBS@ -lintl
  22. +EXP_AND_TK_LIBS = $(LDFLAGS) @EXP_AND_TK_LIBS@ -lintl
  23.  
  24.  CFLAGS_INT = $(MH_CFLAGS) $(CPPFLAGS) $(XCFLAGS)
  25.  
  26. @@ -467,13 +467,13 @@
  27.      $(SHELL) ./config.status
  28.  
  29.  # Let "make -f Makefile.in" produce a configure file
  30. -configure: $(srcdir)/configure.in $(srcdir)/Makefile.in \
  31. -        $(srcdir)/expect_cf.h.in $(srcdir)/aclocal.m4
  32. -    @echo "Rebuilding configure..."
  33. -    if [ x"${srcdir}" = x"@srcdir@" ] ; then \
  34. -      srcdir=. ; export srcdir ; \
  35. -    else true ; fi ; \
  36. -    (cd $${srcdir}; autoconf)
  37. +#configure: $(srcdir)/configure.in $(srcdir)/Makefile.in \
  38. +#        $(srcdir)/expect_cf.h.in $(srcdir)/aclocal.m4
  39. +#    @echo "Rebuilding configure..."
  40. +#    if [ x"${srcdir}" = x"@srcdir@" ] ; then \
  41. +#      srcdir=. ; export srcdir ; \
  42. +#    else true ; fi ; \
  43. +#    (cd $${srcdir}; autoconf)
  44.  
  45.  config.status: $(srcdir)/configure
  46.      @echo "Rebuilding config.status..."
  47.