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