./ChangeLog:	* octMakefile.in: Combine libcruft, liboctave,dld, info, readline,
./ChangeLog:	* src/dynamic-ld.cc: Don't include dld.h unless WITH_DLD.
./ChangeLog:	* dld/find_exec.c (dld_find_executable): Don't be fooled by
./ChangeLog:	* dld: Merge various changes for Linux from dld 3.2.4 that is
./ChangeLog:	* dld/Makefile.in: Build, install, and clean libdld.a, not ../libdld.a.
./ChangeLog:	* Makefile.in (DISTSUBDIRS): Add dld to the list.
./ChangeLog:	details of dynamic linking using dld.
./ChangeLog:	* src/defun-dld.h (DEFUN_DLD_BUILTIN): Rename from DEFUN_DLD and
./ChangeLog:	* dld/Makefile.in, scripts/Makefile.in, doc/Makefile.in,
./ChangeLog:	* src/defun.h, src/defun-dld.h, src/defun-int.h: New files, to
./ChangeLog:	notice.  Recognize --enable-dld instead of --with-dld since that
./ChangeLog.1:	future dld use), where XXX is lpsolve, fsqp, npsol, etc.
./ChangeLog.1:	* src/Makefile.in (INCFLAGS): Don't include info or dld
./ChangeLog.1:	* dynamic-ld.cc: Include dld/dld.h, not just dld.h.
./ChangeLog.1:	* Makefile.in (DISTDIRS): List dld here.
./ChangeLog.1:	unprocessed argv[0].  This is to help dld find the absolute path
./ChangeLog.1:	without dld.
./ChangeLog.1:	* dld: New directory, containing our copy of the dld sources.
./ChangeLog.1:	* Handle new argument --with-dld.
./INSTALL.OCTAVE:    `--enable-dld'
./Makefile.in:dld: FORCE
./Makefile.in:	$(MAKE) -f octMakefile dld
./NEWS:  * Dynamic linking mostly works with dld.  The following limitations
./NEWS:    -- Dynamic linking only works with dld, which has not been ported
./NEWS:       dld, and can be avoided by not using -g to compile functions
./NEWS:    object files with dld.
./acconfig.h:/* Define if using dld for dynamic linking of object files. */
./config.h.in:/* Define if using dld for dynamic linking of object files. */
./configure:  --enable-dld            use DLD for dynamic linking (not all systems)"
./configure:### Allow the user to experiment with dynamic linking using GNU dld.
./configure:# Check whether --enable-dld or --disable-dld was given.
./configure:### Do special stuff if using dld.
./configure:  DLD_DIR=dld
./configure:  LIBDLD='../dld/libdld.a'
./configure:trap 'rm -fr Makefile octMakefile Makeconf libcruft/Makefile libcruft/Makerules liboctave/Makefile src/Makefile dld/Makefile info/Makefile readline/Makefile readline/doc/Makefile readline/examples/Makefile doc/Makefile test/Makefile kpathsea/Makefile libcruft/blas/Makefile libcruft/balgen/Makefile libcruft/dassl/Makefile libcruft/eispack/Makefile libcruft/fftpack/Makefile libcruft/fsqp/Makefile libcruft/lapack/Makefile libcruft/linpack/Makefile libcruft/minpack/Makefile libcruft/misc/Makefile libcruft/npsol/Makefile libcruft/odepack/Makefile libcruft/qpsol/Makefile libcruft/quadpack/Makefile libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile libcruft/villad/Makefile scripts/Makefile scripts/control/Makefile scripts/general/Makefile scripts/image/Makefile scripts/linear-algebra/Makefile scripts/miscellaneous/Makefile scripts/plot/Makefile scripts/polynomial/Makefile scripts/set/Makefile scripts/signal/Makefile scripts/special-matrix/Makefile scripts/startup/Makefile scripts/statistics/Makefile scripts/elfun/Makefile scripts/specfun/Makefile scripts/strings/Makefile config.h kpathsea/c-auto.h conftest*; exit 1' 1 2 15
./configure:CONFIG_FILES=\${CONFIG_FILES-"Makefile octMakefile Makeconf libcruft/Makefile libcruft/Makerules liboctave/Makefile src/Makefile dld/Makefile info/Makefile readline/Makefile readline/doc/Makefile readline/examples/Makefile doc/Makefile test/Makefile kpathsea/Makefile libcruft/blas/Makefile libcruft/balgen/Makefile libcruft/dassl/Makefile libcruft/eispack/Makefile libcruft/fftpack/Makefile libcruft/fsqp/Makefile libcruft/lapack/Makefile libcruft/linpack/Makefile libcruft/minpack/Makefile libcruft/misc/Makefile libcruft/npsol/Makefile libcruft/odepack/Makefile libcruft/qpsol/Makefile libcruft/quadpack/Makefile libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile libcruft/villad/Makefile scripts/Makefile scripts/control/Makefile scripts/general/Makefile scripts/image/Makefile scripts/linear-algebra/Makefile scripts/miscellaneous/Makefile scripts/plot/Makefile scripts/polynomial/Makefile scripts/set/Makefile scripts/signal/Makefile scripts/special-matrix/Makefile scripts/startup/Makefile scripts/statistics/Makefile scripts/elfun/Makefile scripts/specfun/Makefile scripts/strings/Makefile"}
./configure.in:### Allow the user to experiment with dynamic linking using GNU dld.
./configure.in:AC_ARG_ENABLE(dld,
./configure.in:  [  --enable-dld            use DLD for dynamic linking (not all systems)],
./configure.in:### Do special stuff if using dld.
./configure.in:  DLD_DIR=dld
./configure.in:  LIBDLD='../dld/libdld.a'
./configure.in:define([tmpC], [liboctave/Makefile src/Makefile dld/Makefile])dnl
./configure.in~:### Allow the user to experiment with dynamic linking using GNU dld.
./configure.in~:AC_ARG_ENABLE(dld,
./configure.in~:  [  --enable-dld            use DLD for dynamic linking (not all systems)],
./configure.in~:### Do special stuff if using dld.
./configure.in~:  DLD_DIR=dld
./configure.in~:  LIBDLD='../dld/libdld.a'
./configure.in~:define([tmpC], [liboctave/Makefile src/Makefile dld/Makefile])dnl
./debian.ChangeLog: * changed configure and configure.in to use debian's dld 
./debian.ChangeLog:	instead of the dld packaged here
./debian.README: * changed configure and configure.in to use debian's dld 
./debian.README:	instead of the dld packaged here
./debian.control:Optional: dld
./debian.rules:			--enable-dld --enable-lite-kernel
./debian.rules~:			--enable-dld --enable-lite-kernel
./make.out:		--enable-dld --enable-lite-kernel
./make.out:defining DLD_DIR to be dld
./make.out:defining LIBDLD to be ../dld/libdld.a
./make.out:creating dld/Makefile
./make.out:echo making all in dld
./make.out:making all in dld
./make.out:cd dld ; make all
./make.out:make[3]: Entering directory `/Debian/pkgwork/octave/octave-1.1.1/BUILD/dld'
./make.out:make[3]: Leaving directory `/Debian/pkgwork/octave/octave-1.1.1/BUILD/dld'
./make.out:../liboctave/liboctave.a libtinst.a ../libcruft/libcruft.a ../info/libinfo.a ../readline/libreadline.a ../kpathsea/libkpathsea.a ../dld/libdld.a \
./make.out:for dir in libcruft liboctave dld info readline kpathsea src scripts doc ; do echo making install in $dir; cd $dir; make install; cd ..; done
./make.out:making install in dld
./make.out:make[3]: Entering directory `/Debian/pkgwork/octave/octave-1.1.1/BUILD/dld'
./make.out:/usr/bin/install -c -m 644 ../../dld/dld.h /Debian/pkgwork/octave/octave-1.1.1/BUILD/ROOT/usr/include/octave/dld.h
./make.out:make[3]: Leaving directory `/Debian/pkgwork/octave/octave-1.1.1/BUILD/dld'
./octMakefile.in:DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 
