summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-10-15 20:28:44 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:48 +0200
commitc4e348c7eea7bf642e684c071111911fe7be2ae6 (patch)
treee19d4102334fa183ced364e4a2d68bd6d9c443a6 /configure.ac
parenta60c7eade7c3428424968b55afc5bb4b4a1ced29 (diff)
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac: Update texts snippets: GNU Automake 1.10 has just been released.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 534a948f..fee71475 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,7 +199,7 @@ AC_CONFIG_COMMANDS([frob_Makefile_for_correct_output_files_for_.S_files],[
then]
AC_MSG_NOTICE([Applied a patch to fix a bug in your version of Automake.]
[The applied fix should work in most cases. You could also consider]
- [updating to Automake 1.10 (once it is released) or better.])
+ [updating to Automake 1.10 or better.])
[else]
AC_MSG_ERROR([failed to patch using ]
[`Makefile.correct_output_files_for_.S_files.patch'.]
@@ -219,7 +219,7 @@ AC_CONFIG_COMMANDS([frob_Makefile_for_correct_output_files_for_.S_files],[
# But since adding such support is nontrivial and the nonexistent dependency
# tracking (missing only for .S files) is not considered a fundamental problem,
# we save the costs of adding such support here. You should instead consider
-# updating to Automake 1.10 (once it is released) or better.
+# updating to Automake 1.10 or better.
#
AC_CONFIG_COMMANDS([frob_Makefile_for_dependency_tracking_for_.S_files],[
@@ -230,7 +230,7 @@ AC_CONFIG_COMMANDS([frob_Makefile_for_dependency_tracking_for_.S_files],[
else]
AC_MSG_NOTICE([Your build of GNU Mach won't have dependency tracking for]
[(preprocessed) Assembler source files. Consider updating to Automake]
- [1.10 (once it is released) or better if you need such support.])
+ [1.10 or better if you need such support.])
dnl In case someone feels like completing this instead of simply using a fixed
dnl version of Automake...
dnl if "$PATCH" -f; then :; else]