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-Tag: RELEASE_1_2~189 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=9efff96e4e788fcc168f712390b505ffc0e66b45 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 b74bba2..cce0828 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