+Sun Jan 25 11:16:53 1998 Tom Tromey <tromey@cygnus.com>
+
+ * 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 <tromey@cygnus.com>
* aclocal.in (add_file): Hack for Perl 4. From Seth Alves.
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
&handle_headers;
&handle_subdirs;
&handle_tags;
+ &handle_minor_options;
&handle_dist ($makefile);
&handle_dependencies;
&handle_tests;
&handle_clean;
&handle_phony;
- &handle_minor_options;
&check_typos;
if (! -d ($output_directory . '/' . $am_relative_dir))