Skip to content
Snippets Groups Projects
  1. Aug 11, 2011
  2. Aug 05, 2011
  3. Aug 02, 2011
    • Ralph Giles's avatar
      Tell automake to put object files in subdirectories. · 2852cb14
      Ralph Giles authored
      Previously the autotools build litered whatever directory
      'make' was invoked from with intermediate files. Adding
      'subdir-objects' to AUTOMAKE_OPTIONS tells it to put them
      in subdirectories according to the relative paths to the
      source files, .i.e. silk/schur.o for $(srcdir)/silk/schur.c
      
      The change to autogen.sh is necessary to handle the
      (apparently new) case where an AUTOMAKE_OPTIONS line is
      given without a minimum version number.
      2852cb14
    • Ralph Giles's avatar
      Query git for the repository revision and use that for the version string. · 50f933b5
      Ralph Giles authored
      Rather than compiling in the fixed version number from the configure
      file, it's more helpful for testing and debugging to directly embed
      the repository's revision. We use 'git describe --tags' for this, since
      for tagged revisions it just returns the tag name, and in other cases
      is more readable than a raw commit id.
      
      If git isn't present or can't find a repository to query, we fall back
      to the static version number in the configure script.
      50f933b5
  4. Aug 01, 2011
  5. Jul 29, 2011
    • Gregory Maxwell's avatar
      fce4323e
    • Ralph Giles's avatar
      Enable automake's "silent rules" if they are available. · 5ccc1240
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      Automake version 1.11 and above provide a build mode where
      each build command is replaced by a single-line annotation.
      Since autotools build lines for libraries typically each fill
      an entire terminal screen, this mode makes it easier to keep
      track of build progress, and warnings stand out more clearly.
      
      For debugging the build process, the old behaviour can be
      recovered by running 'make V=1' at bulid time, or by passing
      --disable-silent-rules to configure.
      
      Since Automake 1.11 is still very recent, we only invoke
      the AM_SILENT_RULES macro if it is defined, allowing fallback
      to the old behaviour under previous versions of automake.
      5ccc1240
  6. Jul 09, 2011
  7. May 02, 2011
  8. Apr 30, 2011
  9. Apr 29, 2011
  10. Apr 28, 2011
  11. Mar 21, 2011
  12. Mar 18, 2011
  13. Mar 14, 2011
  14. Mar 10, 2011
  15. Mar 09, 2011
  16. Feb 22, 2011
  17. Feb 15, 2011
  18. Feb 04, 2011
  19. Feb 03, 2011
  20. Feb 02, 2011
  21. Feb 01, 2011
  22. Jan 31, 2011
  23. Jan 11, 2011
Loading