From: Dan Harkless Date: Thu, 14 Dec 2000 03:14:08 +0000 (+0000) Subject: Shantonu did his commit in the wrong order earlier today, making configure get X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9efff96e4e788fcc168f712390b505ffc0e66b45?ds=sidebyside;hp=11c91f3814210b05c7e99c44cb4b726dd98c3b2d Shantonu did his commit in the wrong order earlier today, making configure get re-built due to a "newer" configure.in. --- diff --git a/configure b/configure index b74bba2d..cce08286 100755 --- a/configure +++ b/configure @@ -1285,7 +1285,7 @@ if test -n "$RANLIB"; then else echo "$ac_t""no" 1>&6 fi - for ac_prog in gawk mawk nawk awk + for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2