texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Mon, 24 Oct 2022 10:03:37 -0400 (EDT)

branch: master
commit 0e3ed6568d63f031bf0170b7189cb7b9c8d2d0f7
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Oct 24 15:03:22 2022 +0100

    * configure.ac (TI_AWK): Reorder to check for awk after gawk.
---
 ChangeLog    | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ec17b6d4fd..ec71b77ec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-24  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * configure.ac (TI_AWK): Reorder to check for awk after gawk.
+
 2022-10-24  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (Conditional Nesting): Edit.  Do not
diff --git a/configure.ac b/configure.ac
index 36837e41e6..0966c6cc20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
 # awk for texindex.
 # don't use AC_PROG_AWK because this prefers gawk, which is much slower
 # than mawk for texindex and texi2dvi
-AC_CHECK_PROGS([TI_AWK], [nawk mawk awk gawk], [])
+AC_CHECK_PROGS([TI_AWK], [mawk gawk nawk awk], [])
 if test -z "$TI_AWK"; then
   AC_MSG_ERROR([awk not found])
 fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]