Edit

kc3-lang/automake/TODO

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-02-27 06:12:55
    Hash : 44cb1b95
    Message : Nothing

  • TODO
  • Priorities for release:
    
    Other priorities:
    * Must rewrite am_install_var.  Should break into multiple functions.
      This will allow the callers to be a little smarter.
    * Rewrite clean targets.
    * Expand test suite.
    
    Check all require_file errors to see if any should reference a line in
    Makefile.am or configure.in.
    
    Consider using Ulrich's test suite idea
    If so, also allow support for Cygnus-style dejagnu-based test suites
    via an option
    
    when in subdir that itself has subdirs, might need to do
    include-by-reference TAGS file.
    
    Think about ways to make automake fit better with Cygnus-style trees.
    
    Use recode in dist target when MAIN_CHARSET specified.  Read caveats
    in automake.in before doing this.  Note the same problem used to apply
    to the no-dependencies option; maybe it still should?  Note also that
    each Makefile.am must be rewritten at "make dist" time if
    MAINT_CHARSET and DIST_CHARSET are not identical.  NOTE: gettext must
    arrange for all .po files not to be recoded.  In the long term this
    might be a problem (consider when some systems use Unicode but the
    rest do not)
    
    Handle dist-zoo and dist-zip.  Generally add more DOS support.  Maybe
    run "doschk" (why isn't this merged with "pathchk"?) when doing a
    dist.  Do whatever else Fran