1. 10 Aug, 2000 2 commits
  2. 09 Aug, 2000 13 commits
  3. 08 Aug, 2000 8 commits
  4. 07 Aug, 2000 11 commits
  5. 06 Aug, 2000 4 commits
  6. 05 Aug, 2000 2 commits
    • Thomas Wouters's avatar
      Cleanup configure.in. Specifically: · 03f9ac12
      Thomas Wouters authored
      - Don't call both AC_CHECK_FUNCS and AC_REPLACE_FUNC for 'hypot', as the
      latter already does everything the former does (because it's implemented as
      a call to the former.)
      
      - Don't call AC_CHECK_FUNC() without any 'action' clauses or with an action
      clause that just defines HAVE_<function>. Instead, call AC_CHECK_FUNCS,
      which defines 'HAVE_<function>' of itself, possibly with aditional 'action'
      clauses.
      
      No checks are removed by this patch, only moved around, and some duplicates
      are removed.
      03f9ac12
    • Thomas Wouters's avatar