summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-06-12 23:35:27 +0000
committerTom Yu <tlyu@mit.edu>1996-06-12 23:35:27 +0000
commitf0a48c997362e86aa4647c076ba48cb509bed0d4 (patch)
tree052782bd96b92602029bdd77b91c43a6cd80eddc /src/util
parent15e47291414a0ec73dfd4183492a3b6a8a295da4 (diff)
downloadkrb5-f0a48c997362e86aa4647c076ba48cb509bed0d4.tar.gz
krb5-f0a48c997362e86aa4647c076ba48cb509bed0d4.tar.xz
krb5-f0a48c997362e86aa4647c076ba48cb509bed0d4.zip
* autoconf.texi (Output): document changes to AC_OUTPUT
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8342 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/autoconf/ChangeLog11
-rw-r--r--src/util/autoconf/autoconf.texi6
2 files changed, 17 insertions, 0 deletions
diff --git a/src/util/autoconf/ChangeLog b/src/util/autoconf/ChangeLog
index 40bb41e140..67827c8e11 100644
--- a/src/util/autoconf/ChangeLog
+++ b/src/util/autoconf/ChangeLog
@@ -1,3 +1,14 @@
+Wed Jun 12 18:17:17 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
+
+ * autoconf.texi (Output): document changes to AC_OUTPUT
+
+Tue Jun 11 23:41:10 1996 Tom Yu <tlyu@mit.edu>
+
+ * acgeneral.m4 (AC_OUTPUT_FILES): allow for multiple files in
+ AC_OUTPUT; this is done via
+ AC_OUTPUT(outfile[:infile1[+infile2[+infile3...]]]). The
+ source files are concatenated and substituted over.
+
Tue May 7 13:20:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* acgeneral.m4: Verion 2.10 released.
diff --git a/src/util/autoconf/autoconf.texi b/src/util/autoconf/autoconf.texi
index 92354729aa..0c9a2265a0 100644
--- a/src/util/autoconf/autoconf.texi
+++ b/src/util/autoconf/autoconf.texi
@@ -817,6 +817,12 @@ separated by a colon. For example,
AC_OUTPUT(Makefile:templates/top.mk lib/Makefile:templates/lib.mk)
@end example
+You can also generate an output file from multiple input files by
+separating the input files by a plus sign. For example,
+@example
+AC_OUTPUT(Makefile:templates/pre.in+Makefile.in+templates/post.in)
+@end example
+
If you pass @var{extra-cmds}, those commands will be inserted into
@file{config.status} to be run after all its other processing. If
@var{init-cmds} are given, they are inserted just before