From 1ac4b5f9c27b171e6a49b986e42a8d8e29ea3be6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 22 Feb 2009 15:15:41 +0000 Subject: 2009-02-22 Aleksej Saushev * configure.ac.pamphlet: Check awk and nawk before gawk. --- configure.ac.pamphlet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac.pamphlet') diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index e4192ee0..1ab81290 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -728,7 +728,7 @@ and the host machine (though that may change in the future). <>= AC_PROG_AWK -AC_PATH_PROGS([HOST_AWK],[gawk mawk nawk awk]) +AC_PATH_PROGS([HOST_AWK],[awk nawk gawk mawk]) AC_CHECK_PROGS([PATCH], [gpatch patch], [AC_MSG_ERROR([OpenAxiom needs a patch program])]) @@ -1140,7 +1140,7 @@ information: <>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.3.0-2009-02-15], +AC_INIT([OpenAxiom], [1.3.0-2009-02-22], [open-axiom-bugs@lists.sf.net]) @ -- cgit v1.2.3