aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-22 15:15:41 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-22 15:15:41 +0000
commit1ac4b5f9c27b171e6a49b986e42a8d8e29ea3be6 (patch)
treef32519ac3fe4b9e7619571faf83c1d7e05b1f003 /configure.ac.pamphlet
parentd89a465c194d12dc1eff31dc7adc861cdce98107 (diff)
downloadopen-axiom-1ac4b5f9c27b171e6a49b986e42a8d8e29ea3be6.tar.gz
2009-02-22 Aleksej Saushev <asau@inbox.ru>
* configure.ac.pamphlet: Check awk and nawk before gawk.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet4
1 files changed, 2 insertions, 2 deletions
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).
<<awk and tar program>>=
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:
<<Autoconf init>>=
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])
@