Changeset 907 for trunk/bin


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

Location:
trunk/bin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Makefile.am

    r898 r907  
    2828noinst_HEADERS = Parameter.h
    2929
     30bin_SCRIPTS = svndigest-copy-cache
     31EXTRA_DIST = svndigest-copy-cache.as
     32
    3033LDADD = $(top_builddir)/lib/libsvndigest.a \
    3134  $(top_builddir)/lib/yat/libyat.a $(SVN_LIBS) $(APR_LIBS) $(PLPLOT_LIBS)
     
    3639AM_CXXFLAGS = $(DEFAULT_CXXFLAGS)
    3740
     41.as.in:
     42  $(AUTOM4TE) -l M4sh -o $@ -m 0444 $<
     43
     44MAINTAINERCLEANFILES = svndigest-copy-cache.in
     45
    3846clean-local:
    3947  rm -rf *~
Note: See TracChangeset for help on using the changeset viewer.