Skip to content
Snippets Groups Projects
  1. Jan 03, 2006
  2. Apr 29, 2005
  3. Jan 20, 2005
  4. Jan 01, 2004
  5. Nov 26, 2003
  6. Jan 03, 2003
  7. Feb 10, 2002
  8. Jan 04, 2002
  9. Dec 07, 2001
  10. Oct 09, 2000
  11. Oct 01, 2000
  12. May 13, 2000
  13. May 10, 2000
  14. Oct 28, 1999
  15. 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
  16. Aug 30, 1999
  17. Apr 20, 1999
  18. Dec 28, 1998
  19. Dec 22, 1998
  20. Nov 29, 1998
  21. 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