From 98db3ba6469073c98491f7bda1f3b5a5b973b44a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 25 Jan 1998 18:18:15 +0000 Subject: [PATCH] fix for README-alpha --- ChangeLog | 6 ++++++ automake.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c0a1b1..79e547a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jan 25 11:16:53 1998 Tom Tromey + + * automake.in (generate_makefile): Run handle_minor_options before + handle_dist, to make sure README-alpha ends up in distribution. + From Jim Meyering. + Tue Jan 13 09:19:33 1998 Tom Tromey * aclocal.in (add_file): Hack for Perl 4. From Seth Alves. diff --git a/automake.in b/automake.in index ce3e6ca..844ecd4 100755 --- a/automake.in +++ b/automake.in @@ -6,7 +6,7 @@ eval 'exec @PERL@ -S $0 ${1+"$@"}' if 0; # automake - create Makefile.in from Makefile.am -# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -552,6 +552,7 @@ sub generate_makefile &handle_headers; &handle_subdirs; &handle_tags; + &handle_minor_options; &handle_dist ($makefile); &handle_dependencies; &handle_tests; @@ -561,7 +562,6 @@ sub generate_makefile &handle_clean; &handle_phony; - &handle_minor_options; &check_typos; if (! -d ($output_directory . '/' . $am_relative_dir)) -- 2.7.4