Ignore:
Timestamp:
Nov 29, 2009, 4:33:19 PM (14 years ago)
Author:
Peter Johansson
Message:

Autoconf 2.63 is now required (closes #414).

refs #380. A first implementation of svndigest-copy-cache. It is is
written in M4sh. Autoconf compiles the source in
svndigest-copy-cache.as to svndigest-copy-cache.in, which in turn is
processed by config.status to replace some keywords such as PACKAGE
and friends. There is no docs and no test yet.

added *.as in config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.svndigest/config

    r890 r907  
    5050*.am = "#":"\n"
    5151*.m4 = "#":"\n"  ;  "dnl":"\n"
     52*.as = "#":"\n"  ;  "dnl":"\n"
    5253*.c = "//":"\n"  ;  "/*":"*/"
    5354*.cc = "//":"\n"  ;  "/*":"*/"
Note: See TracChangeset for help on using the changeset viewer.