From 3c73892e126bb431861e35e748c5038961897dc9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 20 Oct 1997 05:26:18 +0000 Subject: [PATCH] bug fix --- ChangeLog | 4 ++ THANKS | 104 +++++++++++++++++++++++++------------------------- TODO | 5 +++ automake.texi | 2 +- stamp-vti | 2 +- version.texi | 2 +- 6 files changed, 64 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index 066488f5..576e4744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 19 22:59:35 1997 Tom Tromey + + * texinfos.am: Bug fix. From John W. Coomes. + Mon Sep 29 12:57:00 1997 Tom Tromey * Released 1.2c. diff --git a/THANKS b/THANKS index 7fdaec80..09ae9a26 100644 --- a/THANKS +++ b/THANKS @@ -2,55 +2,55 @@ Automake was originally written by David J. MacKenzie . It would not be what it is today without the invaluable help of these people: -"Juergen A. Erhard" -"Markus F.X.J. Oberhumer" -"Nelson H. F. Beebe" -"Paul D. Smith" -Akim Demaille -Alexander V. Lukyanov -Alexandre Oliva -Andreas Schwab -Anthony Green -Bill Fenner -David A. Swierczek -David Zaroski -Dieter Baron -Erick Branderhorst -François Pinard -Fred Fish -Garrett D'Amore -Glenn Amerine -Gord Matzigkeit -Greg A. Woods -Harlan Stenn -Henrik Frystyk Nielsen -Ian Lance Taylor -Janos Farkas -Jason Molenda -Jerome Santini -Jim Meyering -Joel N. Weber II -Joerg-Martin Schwarz -Josh MacDonald -Joshua Cowan -Karl Berry -Kevin Dalley -Marius Vollmer -Mark Eichin -Mark Galassi -Markku Rossi -Michael Brantley -Noah Friedman -Nyul Laszlo -Paul Eggert -Per Bothner -Peter Mattis -Phil Nelson -Ralph Schleicher -Ramón García Fernández -Steve M. Robbins -Tatu Ylonen -The Crimson Binome -Thomas Morgan -Tom Tromey -Ulrich Drepper +Akim Demaille demaille@inf.enst.fr +Alexander V. Lukyanov lav@yars.free.net +Alexandre Oliva oliva@dcc.unicamp.br +Andreas Schwab schwab@lamothe.informatik.uni-dortmund.de +Anthony Green green@cygnus.com +Bill Fenner fenner@parc.xerox.com +David A. Swierczek swiercze@mr.med.ge.com +David Zaroski cz253@cleveland.Freenet.Edu +Dieter Baron dillo@stieltjes.smc.univie.ac.at +Erick Branderhorst branderh@iaehv.nl +François Pinard pinard@iro.umontreal.ca +Fred Fish fnf@ninemoons.com +Garrett D'Amore garrett@qualcomm.com +Glenn Amerine glenn@pie.mhsc.org +Gord Matzigkeit gord@gnu.ai.mit.edu +Greg A. Woods woods@most.weird.com +Harlan Stenn Harlan.Stenn@pfcs.com +Henrik Frystyk Nielsen frystyk@w3.org +Ian Lance Taylor ian@cygnus.com +Janos Farkas chexum@shadow.banki.hu +Jason Molenda crash@cygnus.co.jp +Jerome Santini santini@chambord.univ-orleans.fr +Jim Meyering meyering@na-net.ornl.gov +Joel N. Weber II nemo@koa.iolani.honolulu.hi.us +Joerg-Martin Schwarz jms@jms.prima.ruhr.de +John W. Coomes jcoomes@eng.Sun.COM +Josh MacDonald jmacd@cs.berkeley.edu +Joshua Cowan jcowan@jcowan.reslife.okstate.edu +Juergen A. Erhard jae@laden.ilk.de +Karl Berry kb@cs.umb.edu +Kevin Dalley kevin@aimnet.com +Marius Vollmer mvo@zagadka.ping.de +Mark Eichin eichin@cygnus.com +Mark Galassi rosalia@nis.lanl.gov +Markku Rossi mtr@ngs.fi +Markus F.X.J. Oberhumer k3040e4@wildsau.idv-edu.uni-linz.ac.at +Michael Brantley Michael-Brantley@deshaw.com +Nelson H. F. Beebe beebe@math.utah.edu +Noah Friedman friedman@gnu.ai.mit.edu +Nyul Laszlo nyul@sol.cc.u-szeged.hu +Paul D. Smith psmith@BayNetworks.COM +Paul Eggert eggert@twinsun.com +Per Bothner bothner@cygnus.com +Peter Mattis petm@scam.XCF.Berkeley.EDU +Phil Nelson phil@cs.wwu.edu +Ralph Schleicher rs@purple.UL.BaWue.DE +Ramón García Fernández ramon@jl1.quim.ucm.es +Steve M. Robbins steve@nyongwa.montreal.qc.ca +Tatu Ylonen ylo@ssh.fi +The Crimson Binome steve@nyongwa.montreal.qc.ca +Thomas Morgan tmorgan@pobox.com +Ulrich Drepper drepper@gnu.ai.mit.edu diff --git a/TODO b/TODO index 0030ad49..c235f398 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +* quoting bugs + - how to install file with a space in its name? + * "make diff" capability look at gcc's Makefile.in to see what to do or look at maint program @@ -7,6 +10,8 @@ * add $(srcdir)/ before some dependencies? +* mention PACKAGE/VERSIOn -vs- autoheader in manual + * define LINK if a program is mentioned, even if no C sources appear * BUILT_SOURCES should not be distributed, even when they appear in diff --git a/automake.texi b/automake.texi index 514267e8..ceec9026 100644 --- a/automake.texi +++ b/automake.texi @@ -481,7 +481,7 @@ bulletproof, so you turn to @code{automake}. The first step is to update your @file{configure.in} to include the commands that @code{automake} needs. The simplest way to do this is to -add an @code{AM_INIT_AUTOMAKE} call near the beginning: +add an @code{AM_INIT_AUTOMAKE} call just after @code{AC_INIT}: @example AM_INIT_AUTOMAKE(zardoz, 1.0) diff --git a/stamp-vti b/stamp-vti index 72d2bf55..fa55f9cf 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 28 September 1997 +@set UPDATED 17 October 1997 @set EDITION 1.2c @set VERSION 1.2c diff --git a/version.texi b/version.texi index 72d2bf55..fa55f9cf 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 28 September 1997 +@set UPDATED 17 October 1997 @set EDITION 1.2c @set VERSION 1.2c -- 2.43.5