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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
2000-04-13 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in: version 0.6.2
* autoproject.in (AWK): define AWK as awk, not @AWK@. The latter
is defined at configuration time, but autoproject is not
necessarily configured and run in the same environment.
1999-12-29 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in: version 0.6.1
* autoproject.in: eliminate bashism == -> = (thanks to Mario
Moder <moderm@fbam.de>)
1999-12-19 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in: version 0.6.0
* chk2, chk, chkag, chkclig: add an extra newline for the new
question about secondary languages.
* autoproject.in (PRIMARY_LANG): Assume the main program will be
written in the first language mentioned.
* autoproject.in (AWK): let autoconf find the appropriate awk.
* autoproject.1: Describe the two levels of language support
(skeleton files vs. compiler search).
* autoproject.in (STDLANGS): Support awk (interpreter search only).
* lib/cli/c/none/configure.in (AC_CANONICAL_HOST) Ensure automake
adds config.guess and config.sub, so configuring for fortran works.
1999-12-18 James R. Van Zandt <jrv@vanzandt.mv.com>
* autoproject.in (PRIMARY_LANG): Ask separately about the primary
language and the others. Look for skeleton files according to the
primary language, but not the rest.
* autoproject.in: Allow user to specify more than one language.
Search for whole language name in string, not just as a substring.
Look for language "yacc" rather than "y" and "fortran" rather than
"f".
1999-12-14 James R. Van Zandt <jrv@voyager.mv.com>
* lib/cli/c++/none/program.cc: new file, for c++ main program.
* lib/cli/c++/none/Makefile.am: new file, providing for c++ main
program.
1999-12-03 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in: version 0.5.0
* README: update clig URL
* lib/cli/c/none/program.c: initialize ofile in decode_switches()
since stdout need not be a constant, and accept --silent as well
as --quiet (thanks to Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>)
* autoproject.in: precede each pattern with "--", so the pattern
could (in principle) begin with "-".
* autoproject.in (TEMP): in getopt call, note that --language
takes an argument (thanks to Kalle Olavi Niemitalo
<tosi@ees2.oulu.fi>)
(STDLANGS): the language is yacc, not just y
(STDPARSERS): Check that each language, parser, etc. matches as a
whole word.
1999-08-07 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in: version 0.4.0
* publish: Check that verbose switch is commented out before
releasing.
* autoproject.lsm.in (Copying-policy): change nomenclature to
"GPL" so metalab.unc.edu robot will recognize it.
* autoproject.in: get bash path from configure (thanks to
phgrau@cis.fu-berlin.de (Philipp Grau) for pointing out the
problem).
* configure.in: find path to bash.
1999-07-26 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in: version 0.3.0
* autoproject.in: LANG->PROJECT_LANG to avoid collision. Fix test
for *.texinfo. (Thanks to Ludovic Rousseau
<rousseau@wallace.gemplus.fr>). Look for FQDN in several other
places than just /etc/mailname (thanks to Niall Murphy
<niall.murphy@iol.ie>).
1999-07-25 James R. Van Zandt <jrv@vanzandt.mv.com>
* autoproject.in: Execute any `postinst' then delete it.
(LIBS): fix reference to default library directory.
* Makefile.am (install-data-local): find requires a starting
directory (thanks to Phil Maker <pjm@gnu.org>).
1999-07-17 James R. Van Zandt <jrv@vanzandt.mv.com>
* configure.in (ISODATE): make new substitution variable, for LSM
file.
* Makefile.am (TESTS): call check scripts
* chkclig: new check script for package using clig
* chkag: new check script for package using autogen
* chk: new check script for plain package (no command line parser
generator)
* lib/cli/c/autogen/Makefile.am: checkopt.def comes from $(srcdir).
* autoproject.in: -e and --email are legal options.
If --author or --email are supplied, don't ask.
1999-07-03 James R. Van Zandt <jrv@vanzandt.mv.com>
* autoproject.in: Inheriting version number from configure.in.
Can query user for any input value.
Can generate files using for clig.
1999-06-11 James R. Van Zandt <jrv@vanzandt.mv.com>
* autoproject: initial version.
|