1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
[= AutoGen5 template lsm=autogen.lsm
=]
Begin4
Title: AutoGen
Version: [=version=]
Entered-date: [=`date +%Y-%m-%d`=]
Description: AutoGen - [=prog_title=]
AutoGen is a tool for automatically generating
arbitrary text files that contain repetitive text
with varying substitutions. This is particularly
useful if you have several types of repetitive
text that all need to be kept in sync with each
other. The goal is to try to simplify the process
of maintaining repetitive program text.
Keywords: macro, m4, preprocessor, source generator,
command line option parser
Author: bkorb@gnu.org (Bruce Korb)
Maintained-by: bkorb@gnu.org (Bruce Korb)
Primary-site: sunsite.unc.edu /pub/Linux/devel
[= `
cd $top_builddir
set -- autogen*.gz
if [ $# -gt 1 ]
then shift \`expr $# - 1\` ; fi
if [ ! -f $1 ]
then ct=1025
else ct="\`expr \\\\( \\\`wc -c < $1\\\` + 1023 \\\\) / 1024\`"
fi
echo ${ct}K $1
` =]
1K autogen.lsm
Alternate-site: ftp://ftp.gnu.org/pub/autogen
Original-site: http://autogen.sourceforge.net
Platforms: gunzip, Guile and ANSI-C
Copying-policy: GPL and LGPL
End
|