Skip to content
Snippets Groups Projects
  1. Jan 21, 2005
  2. Jan 01, 2005
  3. Jan 01, 2004
  4. Nov 26, 2003
  5. Jan 03, 2003
  6. Feb 10, 2002
  7. Jan 04, 2002
  8. Dec 07, 2001
  9. Oct 09, 2000
  10. Oct 01, 2000
  11. May 13, 2000
  12. May 10, 2000
  13. Oct 28, 1999
  14. Sep 29, 1999
    • Ben Collins's avatar
      * configure.in: add --enable-dynamic option for linking our local binaries · b7dd47c4
      Ben Collins authored
        with the shared libraries instead of static, defaults to no
      * build/lib-shared.mk: if LINK_BINS_DYNAMIC is set we create a symlink to
        the .so and .so.# file along with the .a and .la files
      * build/lib.mk: make sure the above links get removed on clean target
      * build/top.mk: add define for LINK_BINS_DYNAMIC
      * tests/scripts/defines.sh: add export for LD_LIBRARY_PATH so that tests will
        run without requiring installation of libraries when we use --enable-dynamic
        (LD_LIBRARY_PATH is always set, since it can't really hurt).
      b7dd47c4
  15. Aug 30, 1999
  16. Apr 20, 1999
  17. Dec 28, 1998
  18. Dec 22, 1998
  19. Nov 29, 1998
  20. Nov 22, 1998
    • Kurt Zeilenga's avatar
      Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl> · 6f92e197
      Kurt Zeilenga authored
        Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection).
        Updated autoconf to 1.12 with sed patch (don't use stock 1.12).
        aclocal.m4 is built using automake's aclocal, v1.3.
        Updated mkdep to support libtool .lo files.
      Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T
      Autoconf now checks to ensure C compiler supports ANSI C prototypes.
      Updated make files templates.
      6f92e197
Loading