Expunge revision histories in files.
[become] / src / Makefile.am
index 1fb2a2e..f502d8e 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.16 2003/10/12 00:39:16 mdw Exp $
+## $Id: Makefile.am,v 1.17 2004/04/08 01:36:20 mdw Exp $
 ##
 ## Makefile for `become'
 ##
 ## along with `become'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.16  2003/10/12 00:39:16  mdw
-## Light fixes for strange building.
-##
-## Revision 1.15  2003/10/12 00:15:34  mdw
-## Fix to makefile install rules.
-##
-## Revision 1.14  2003/10/12 00:14:55  mdw
-## Major overhaul.  Now uses DSA signatures rather than the bogus symmetric
-## encrypt-and-hope thing.  Integrated with mLib and Catacomb.
-##
-## Revision 1.13  1999/05/04 16:50:59  mdw
-## Change library to `libbecome.a', for aesthetic reasons.
-##
-## Revision 1.12  1999/05/04 16:36:03  mdw
-## Changes for new Automake version.
-##
-## Revision 1.11  1998/06/18  15:52:05  mdw
-## Remove the IDEA test case.
-##
-## Revision 1.10  1998/04/23 13:17:17  mdw
-## New program `bcquery', and `ypstuff' module added.
-##
-## Revision 1.9  1998/02/20 18:12:35  mdw
-## Make the `become' program setuid root when installing.
-##
-## Revision 1.8  1998/01/12 16:45:36  mdw
-## Fix copyright date.
-##
-## Revision 1.7  1997/09/26 09:14:57  mdw
-## Merged blowfish branch into trunk.
-##
-## Revision 1.6.2.1  1997/09/26 09:07:56  mdw
-## Use the Blowfish encryption algorithm instead of IDEA.  This is partly
-## because I prefer Blowfish (without any particularly strong evidence) but
-## mainly because IDEA is patented and Blowfish isn't.
-##
-## Revision 1.6  1997/09/18 11:17:18  mdw
-## Fix comment leaders.  Don't know why this CVS keeps breaking them.
-## Could be DEC's bogus version of RCS being picked up.
-##
-## Revision 1.5  1997/09/17  10:28:25  mdw
-## Remove `set.c'.  No longer necessary.
-##
-## Revision 1.4  1997/08/20  16:14:12  mdw
-## Build parser and lexer into the source directory.  Other cosmetic
-## things.
-##
-## Revision 1.3  1997/08/07 09:39:36  mdw
-## Add new source files, and remove options inappropriate for subsidiary
-## Makefiles.
-##
-## Revision 1.2  1997/08/04 10:24:19  mdw
-## Sources placed under CVS control.
-##
-
 ##----- General setup things ------------------------------------------------
 
 ## --- What to make ---