]> sourceware.org Git - automake.git/commitdiff
Doc update. Moved to 0.27
authorTom Tromey <tromey@redhat.com>
Wed, 3 Jan 1996 18:57:06 +0000 (18:57 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 3 Jan 1996 18:57:06 +0000 (18:57 +0000)
ChangeLog
automake.texi
configure.in
version.texi

index 6b1269298f2dc6fc74c56abdb4b72bc1296e308c..fdd4ce5b08c4a609f5adf013f760c52005a6ebda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Wed Jan  3 00:05:40 1996  Tom Tromey  <tromey@cambric.colorado.edu>
 
+       * configure.in (VERSION): Version 0.27.
+
        * depend.am ($(srcdir)/.deps/%.P): Must regexp-quote srcdir in sed
        invocation.
 
index 56d10edff8d127e9351e284445563b7465a9be9c..7f375cb110cd19aac3cf508e735052331201b383 100644 (file)
@@ -86,6 +86,7 @@ documents version @value{VERSION}.
 * Introduction::                Automake's purpose
 * Details::                     Creating an Automake template file
 * Invoking automake::           Creating a Makefile.in
+* Distributing::                Distributing generated Makefile.ins
 * Future::                      Some ideas for the future.
 * Some index::                  Index of variables
 @end menu
@@ -329,8 +330,8 @@ Sometimes it is useful to determine the programs that are to be built at
 configure time.  For instance, GNU @code{cpio} only builts @code{mt} and
 @code{rmt} under special circumstances.
 
-In this case, you must notify Automake of all the programs that can
-possibly be built, but at the same time cause the generated
+In this case, you must notify @code{Automake} of all the programs that
+can possibly be built, but at the same time cause the generated
 @file{Makefile.in} to use the programs specified by @code{configure}.
 This is done trivially by making the @code{PROGRAMS} variable determined
 at configure time, and letting @code{automake} look in the install
@@ -765,6 +766,19 @@ This second mode is most often used by @code{make} itself, when it
 notices that a @code{Makefile.in} is out of date.
 
 
+@node Distributing
+@chapter Distributing @file{Makefile.in}s
+
+Automake places no restrictions on the distribution of the resulting
+@file{Makefile.in}s.  We still encourage software authors to distribute
+their work under terms like those of the GPL, but doing so is not
+required to use Automake.
+
+Some of the files that can be automatically installed via the
+@samp{--install-missing} switch do fall under the GPL; examine each file
+to see.
+
+
 @node Future
 @chapter Some ideas for the future
 
index e9b8e52f095ea305cd18ec08e307c337cdd47045..bd935033a3e154104bd6fa0d310ed25b40caa068 100644 (file)
@@ -6,7 +6,7 @@ dnl AC_CONFIG_HEADER(config.h)
 PACKAGE=automake
 AC_SUBST(PACKAGE)
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
-VERSION=0.26
+VERSION=0.27
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 ALL_LINGUAS=
index 8ed3371f2eceaca429775f0ab311c08e44feebd4..4ad65a8a3dfc28c635ea016f275340f99d0418ff 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 12 December
+@set UPDATED 3 January
 @set EDITION 0.26
 @set VERSION 0.26
This page took 0.035956 seconds and 5 git commands to generate.