]> sourceware.org Git - newlib-cygwin.git/commitdiff
newlib: avoid duplicate awk checks
authorMike Frysinger <vapier@gentoo.org>
Mon, 17 Jan 2022 18:14:06 +0000 (13:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 19 Jan 2022 00:25:18 +0000 (19:25 -0500)
Since AM_INIT_AUTOMAKE calls AC_PROG_AWK, and some configure.ac
scripts call it too, we end up testing for awk multiple times.  If
we change NEWLIB_CONFIGURE to require the macro instead, then it
makes sure it's always expanded, but only once.

While we're here, do the same thing with AC_PROG_INSTALL since it
is also called by AM_INIT_AUTOMAKE, although it doesn't currently
result in duplicate configure checks.

119 files changed:
newlib/acinclude.m4
newlib/configure
newlib/configure.ac
newlib/iconvdata/configure
newlib/libc/configure
newlib/libc/machine/a29k/configure
newlib/libc/machine/aarch64/configure
newlib/libc/machine/amdgcn/configure
newlib/libc/machine/arc/configure
newlib/libc/machine/arm/configure
newlib/libc/machine/bfin/configure
newlib/libc/machine/configure
newlib/libc/machine/cr16/configure
newlib/libc/machine/cris/configure
newlib/libc/machine/crx/configure
newlib/libc/machine/csky/configure
newlib/libc/machine/d10v/configure
newlib/libc/machine/d30v/configure
newlib/libc/machine/epiphany/configure
newlib/libc/machine/fr30/configure
newlib/libc/machine/frv/configure
newlib/libc/machine/ft32/configure
newlib/libc/machine/h8300/configure
newlib/libc/machine/h8500/configure
newlib/libc/machine/hppa/configure
newlib/libc/machine/i386/configure
newlib/libc/machine/i960/configure
newlib/libc/machine/iq2000/configure
newlib/libc/machine/lm32/configure
newlib/libc/machine/m32c/configure
newlib/libc/machine/m32r/configure
newlib/libc/machine/m68hc11/configure
newlib/libc/machine/m68k/configure
newlib/libc/machine/m88k/configure
newlib/libc/machine/mep/configure
newlib/libc/machine/microblaze/configure
newlib/libc/machine/mips/configure
newlib/libc/machine/mn10200/configure
newlib/libc/machine/mn10300/configure
newlib/libc/machine/moxie/configure
newlib/libc/machine/msp430/configure
newlib/libc/machine/mt/configure
newlib/libc/machine/nds32/configure
newlib/libc/machine/necv70/configure
newlib/libc/machine/nios2/configure
newlib/libc/machine/nvptx/configure
newlib/libc/machine/or1k/configure
newlib/libc/machine/powerpc/configure
newlib/libc/machine/pru/configure
newlib/libc/machine/riscv/configure
newlib/libc/machine/rl78/configure
newlib/libc/machine/rx/configure
newlib/libc/machine/sh/configure
newlib/libc/machine/sparc/configure
newlib/libc/machine/spu/configure
newlib/libc/machine/tic4x/configure
newlib/libc/machine/tic6x/configure
newlib/libc/machine/tic80/configure
newlib/libc/machine/v850/configure
newlib/libc/machine/visium/configure
newlib/libc/machine/w65/configure
newlib/libc/machine/x86_64/configure
newlib/libc/machine/xc16x/configure
newlib/libc/machine/xscale/configure
newlib/libc/machine/xstormy16/configure
newlib/libc/machine/z8k/configure
newlib/libc/sys/a29khif/configure
newlib/libc/sys/amdgcn/configure
newlib/libc/sys/arm/configure
newlib/libc/sys/configure
newlib/libc/sys/d10v/configure
newlib/libc/sys/decstation/configure
newlib/libc/sys/epiphany/configure
newlib/libc/sys/h8300hms/configure
newlib/libc/sys/h8500hms/configure
newlib/libc/sys/linux/configure
newlib/libc/sys/linux/configure.ac
newlib/libc/sys/linux/linuxthreads/configure
newlib/libc/sys/linux/linuxthreads/configure.ac
newlib/libc/sys/linux/linuxthreads/machine/configure
newlib/libc/sys/linux/linuxthreads/machine/i386/configure
newlib/libc/sys/linux/linuxthreads/machine/i386/configure.ac
newlib/libc/sys/linux/machine/configure
newlib/libc/sys/linux/machine/i386/configure
newlib/libc/sys/linux/machine/i386/configure.ac
newlib/libc/sys/m88kbug/configure
newlib/libc/sys/mmixware/configure
newlib/libc/sys/netware/configure
newlib/libc/sys/or1k/configure
newlib/libc/sys/phoenix/configure
newlib/libc/sys/phoenix/machine/arm/configure
newlib/libc/sys/phoenix/machine/configure
newlib/libc/sys/rdos/configure
newlib/libc/sys/rtems/configure
newlib/libc/sys/sh/configure
newlib/libc/sys/sparc64/configure
newlib/libc/sys/sun4/configure
newlib/libc/sys/sysmec/configure
newlib/libc/sys/sysnec810/configure
newlib/libc/sys/sysnecv850/configure
newlib/libc/sys/sysvi386/configure
newlib/libc/sys/sysvnecv70/configure
newlib/libc/sys/tic80/configure
newlib/libc/sys/tirtos/configure
newlib/libc/sys/w65/configure
newlib/libc/sys/z8ksim/configure
newlib/libm/configure
newlib/libm/machine/aarch64/configure
newlib/libm/machine/arm/configure
newlib/libm/machine/configure
newlib/libm/machine/i386/configure
newlib/libm/machine/mips/configure
newlib/libm/machine/nds32/configure
newlib/libm/machine/powerpc/configure
newlib/libm/machine/pru/configure
newlib/libm/machine/riscv/configure
newlib/libm/machine/sparc/configure
newlib/libm/machine/spu/configure
newlib/libm/machine/x86_64/configure

index 912d4a3afc9b76fab213b414ec8747e78b438311..2500ba6df17c79fcdafe9bcb574299ec5af9abcc 100644 (file)
@@ -192,7 +192,10 @@ AC_CHECK_TOOL(AR, ar)
 AC_CHECK_TOOL(RANLIB, ranlib, :)
 AC_CHECK_TOOL(READELF, readelf, :)
 
-AC_PROG_INSTALL
+dnl We need these programs, but so does Automake.  Require the macros to avoid
+dnl expanding them multiple times.
+AC_REQUIRE([AC_PROG_INSTALL])dnl
+AC_REQUIRE([AC_PROG_AWK])dnl
 
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
index a8e8d4a8f65357d0921f7cb4ba86e190b5d97d27..e303a2729a1206fb830cd456720117fcbce52958 100755 (executable)
@@ -4204,7 +4204,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -4467,48 +4466,6 @@ esac
 
 
 
-for ac_prog in gawk mawk 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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AWK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
 if test "${use_libtool}" = "yes"; then
 case `pwd` in
   *\ * | *\    *)
@@ -12013,7 +11970,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12016 "configure"
+#line 11973 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12119,7 +12076,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12122 "configure"
+#line 12079 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index e66b10343291188a7e5f46f148709cce5517fa54..361bbfbac61afd611992e6f0e393faa7ef3965ab 100644 (file)
@@ -276,7 +276,6 @@ dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
 dnl line of the macro which fail because appropriate LDFLAGS are not set.
 _LT_DECL_SED
 _LT_PROG_ECHO_BACKSLASH
-AC_PROG_AWK
 if test "${use_libtool}" = "yes"; then
 LT_INIT([win32-dll])
 fi
index 2a18d8fb93cb9edc52a62cef69ed6a757dd64333..dface8b5f8dd0428f5d7d35fde4c89e3b5ecae64 100755 (executable)
@@ -3821,7 +3821,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11588,7 +11587,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11591 "configure"
+#line 11590 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11694,7 +11693,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11697 "configure"
+#line 11696 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index e307d6907e6f7fa00f6ed2207d9834c9656da45a..38eaf7a65b55d1ad9c268a2af012ed1cc15270d8 100755 (executable)
@@ -3936,7 +3936,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11712,7 +11711,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11715 "configure"
+#line 11714 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11818,7 +11817,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11821 "configure"
+#line 11820 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 7454ee3ed4fe56f98da8ae2041aabcc533b25048..7171314eb19044c7c088b846fa0de46512ba8325 100755 (executable)
@@ -3496,7 +3496,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index d8004ded33069ba68c73c2313e3218a3e395784a..e8f880cdc8be5b2a03c9068eb86b6d2f347d48a4 100755 (executable)
@@ -3883,7 +3883,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11650,7 +11649,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11653 "configure"
+#line 11652 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11756,7 +11755,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11759 "configure"
+#line 11758 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index abb2e3938cac7cf52bce3819dfc211fa4de99256..5a8e14a53aadf25ac9bcadf5c6cbbee222d27868 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 0ff97b80ab634f2069d98ec6e8461c0771a0a3f0..0c568b91f2c0fd8507d822e6f5ea007f4600a90e 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 7a9278cc04bacc94f2c175504f61a4a4dd90c2af..f09d0af431d2bedd57cfedd5bc18b754ecb3f461 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 17a36e79470a39945e059b7e722d7bbb40b6fdc2..e6ca0e1c19b49d2135f9319ea2030cbc3b7645ce 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5244cda5a0c35a163fbb3e4bbdcb55bc01ba6d73..3dae54eb0c29d8e7da6de21d5fbd94324cc19971 100755 (executable)
@@ -3823,7 +3823,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11590,7 +11589,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11593 "configure"
+#line 11592 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11696,7 +11695,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11699 "configure"
+#line 11698 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index b185f750e2866785143d553ae03c42cb9e78da14..af4492a5b45e1753233b58e4417177d3f9c8106e 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 101624d16820b18a4936ce4429d0840535687eef..db20bd1423a71c5c2164eb803675a1f66fdeae2a 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 17a36e79470a39945e059b7e722d7bbb40b6fdc2..e6ca0e1c19b49d2135f9319ea2030cbc3b7645ce 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 7d2a72a794dea1c47bfc8141f100ae4d718be26f..534d3465b836d07b8611ea39a29c16daa8fee04b 100755 (executable)
@@ -3519,7 +3519,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 1e841f51c87a093588be8ea51a4393f438ca87bf..bc2e8b66916031b83f4006b047361ef8849be288 100755 (executable)
@@ -3516,7 +3516,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 4907fc52e503c4fd3e8a4c776d5d82968ab930a8..d8c6885fc4c3c7bc40c6a2b128deb4954834db28 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 0e15010a3f1106cbef571cfe18670b167b40ab5d..f8ff0ca274f1b1377ef0d90d6b821349071feb8f 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 22d74482ab67b4af1f50cdf8ef5bee5da93ac357..fd03ac1d695768f531ad23d0539b76cf220e0861 100755 (executable)
@@ -3496,7 +3496,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 0e15010a3f1106cbef571cfe18670b167b40ab5d..f8ff0ca274f1b1377ef0d90d6b821349071feb8f 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 073829881e96c9dfbfeabc93d917e1db26ab1a9c..b2836ec887983727ceaabf32ed2201f9a7cbd3e0 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 21278d6c8b78f4e0a68bf85e66d8b577e1347a69..4032db5225cec2dfa40c7b0e0578b460063eac21 100755 (executable)
@@ -3561,7 +3561,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 07df1caa4558d55e5a9586077f68f1068b07ad83..6249e9675299e74aa0c353d7b77a97d04dd7b563 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 71e61173f53964f569c11a19dc9e39c9ea79b694..16614915341dca4cc09594ef1d543dba7a5b374f 100644 (file)
@@ -3497,7 +3497,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 7a9278cc04bacc94f2c175504f61a4a4dd90c2af..f09d0af431d2bedd57cfedd5bc18b754ecb3f461 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5468865944072b30418d6ec4f8353b5066cc2b45..5d0c448c91466661ffa1f54e23c8ef5205ef67a8 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index f4d0a3a5d2c1cd3c0d361e90752c551975303f46..972dadbefb10e7588ef9ef6fdc29138a345ed363 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 05583d518e4edbaddbe44fc07451be9186aa91c9..bba62c7fc902c4ea663a2add839d61322f848080 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 3e0203f0f4cc198680fbef5f1e60559e20c74f0a..d57c5236ade9508e462af2c29bb0e26ea40a153f 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 99648d6900eb2372cfc67a8cff7b947e8217f586..98be9f72511ba6b02a52fa39954444a2ab77027c 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index d8a827649d955f978f5590a4fa6d7cf1e05317c7..146a61b2aa20caa6b63c9fe487edc07aaf2d5da4 100755 (executable)
@@ -3853,7 +3853,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11620,7 +11619,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11623 "configure"
+#line 11622 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11726,7 +11725,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11729 "configure"
+#line 11728 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index b11920de77195922650f4bf4735955da479b0531..d813984bda2e5be2231c317eb45a103935a35e80 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 203ebc0f19921d373e9b5b9a99e1dcd90d5adf74..d952c61028c1b2bce7f690943fe46c7056f0fb1c 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index d4c9c12eb3694662ff40af85daffec59d1c60e49..a2b7e299460e506b1d0c4ec54402f9235e9d9941 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 3509ca9d6711a9a4caa19d98443041ef543f385f..0abba00195641176035049caa47472c5c2a7ebe1 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 29fe747a1b437f13df2421635d0327762af053b1..0e4b2116a59f87d067e6d1c5cd224c021fd3c6c4 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 2560cd1f933659065a74510301037cda16f951d6..4358c90bf9b3dd0832356c614ee94e24872b8cc6 100755 (executable)
@@ -3827,7 +3827,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -4090,48 +4089,6 @@ esac
 
 
 
-for ac_prog in gawk mawk 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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AWK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
 if test "${use_libtool}" = "yes"; then
 case `pwd` in
   *\ * | *\    *)
@@ -11636,7 +11593,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11639 "configure"
+#line 11596 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11742,7 +11699,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11745 "configure"
+#line 11702 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index a06e3ec810177f050b94e0d4bc1a63b8983a0b38..7199176d49500230b309e93bdcb9c553f8f5d67f 100644 (file)
@@ -14,7 +14,6 @@ dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
 dnl line of the macro which fail because appropriate LDFLAGS are not set.
 _LT_DECL_SED
 _LT_PROG_ECHO_BACKSLASH
-AC_PROG_AWK
 if test "${use_libtool}" = "yes"; then
 LT_INIT([win32-dll])
 fi
index bf300908bb9e58a4c8227b4b4f91da994d60fb06..a4676904013824d7edea8b43830dad354b6a4dc7 100755 (executable)
@@ -3825,7 +3825,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -4088,48 +4087,6 @@ esac
 
 
 
-for ac_prog in gawk mawk 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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AWK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
 if test "${use_libtool}" = "yes"; then
 case `pwd` in
   *\ * | *\    *)
@@ -11634,7 +11591,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11637 "configure"
+#line 11594 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11740,7 +11697,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11743 "configure"
+#line 11700 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index bed8de1a4d02d2ebf259d6b8861aa8857dabc7aa..b2044e756e154eb09f764953302b5d3cdd04ae68 100644 (file)
@@ -14,7 +14,6 @@ dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
 dnl line of the macro which fail because appropriate LDFLAGS are not set.
 _LT_DECL_SED
 _LT_PROG_ECHO_BACKSLASH
-AC_PROG_AWK
 if test "${use_libtool}" = "yes"; then
 LT_INIT([win32-dll])
 fi
index 0a722e67d5f52b340b67e2c3e5f81b3723cc9208..3fdb55c106d9bbfbf914de0ba7fb213faeff9086 100755 (executable)
@@ -3825,7 +3825,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11592,7 +11591,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11595 "configure"
+#line 11594 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11698,7 +11697,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11701 "configure"
+#line 11700 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index f18191a3aff7a0957c4d863cd74bf39f5fc62778..1688f88f74d3d4af4d2fda914803114051e617ee 100755 (executable)
@@ -3821,7 +3821,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -4084,48 +4083,6 @@ esac
 
 
 
-for ac_prog in gawk mawk 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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AWK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
 if test "${use_libtool}" = "yes"; then
 case `pwd` in
   *\ * | *\    *)
@@ -11630,7 +11587,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11633 "configure"
+#line 11590 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11736,7 +11693,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11739 "configure"
+#line 11696 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 2c836195a02eb357fdd267beb2a497b3f834fd6c..7b3be0df5f75d75f9c2bbfaffcd70c6580ea8878 100644 (file)
@@ -14,7 +14,6 @@ dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
 dnl line of the macro which fail because appropriate LDFLAGS are not set.
 _LT_DECL_SED
 _LT_PROG_ECHO_BACKSLASH
-AC_PROG_AWK
 if test "${use_libtool}" = "yes"; then
 LT_INIT([win32-dll])
 fi
index 6168fdded8369bc5f2315a94c86b26d5e294e362..6bd64856fdc64a579063dc624e447e4eff630d86 100755 (executable)
@@ -3826,7 +3826,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11593,7 +11592,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11596 "configure"
+#line 11595 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11699,7 +11698,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11702 "configure"
+#line 11701 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 65aa55243a709e0f1b54be3e51086269bbb29ed3..f5f6f0b752828645957268ea1ab15cb9681aaf52 100755 (executable)
@@ -3821,7 +3821,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -4084,48 +4083,6 @@ esac
 
 
 
-for ac_prog in gawk mawk 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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AWK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
 if test "${use_libtool}" = "yes"; then
 case `pwd` in
   *\ * | *\    *)
@@ -11630,7 +11587,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11633 "configure"
+#line 11590 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11736,7 +11693,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11739 "configure"
+#line 11696 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 5550a37e36147e69a1f69dd518225bca8aca111c..3c843cd1632fc8af30e075636f14d8c80e51d5d9 100644 (file)
@@ -14,7 +14,6 @@ dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
 dnl line of the macro which fail because appropriate LDFLAGS are not set.
 _LT_DECL_SED
 _LT_PROG_ECHO_BACKSLASH
-AC_PROG_AWK
 if test "${use_libtool}" = "yes"; then
 LT_INIT([win32-dll])
 fi
index 446b7b0e3cf5b1478b923730f7b8e3aa8adb4f43..6e87d11c59315a5fb1c964834dba6e727f8c7b19 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 9893cf4c33c3face1725d6a9521d8f19112fb150..04afb0795f10a426e6a09d1fca607cdcf73c626b 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 2e71919ac6886d8b25eafd63c067da7aef13e3a9..ab67624c6fcaf5578980d6f15514af5ab4377187 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index fe8a2b9ff25b1106ab648b08983574095b78136e..9749a368305e3f30e61ba59b9d47c2f84bc5d3af 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 725935f3d0f89bf068f21f1f540e06b30db75006..eedb10d84a38d3d50f9d911f980d7678eb5308f1 100644 (file)
@@ -3498,7 +3498,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 6a827c47730fd1939f393383e0a1e97410b6fa46..c7a429645fc61273276ca25953b425314b8d8d25 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 91effa9db64559c00db88d42ae0d02158c8641c8..ec3a35c95bbeb92c0c308c53c1a6c311342cda07 100644 (file)
@@ -3503,7 +3503,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 3e0203f0f4cc198680fbef5f1e60559e20c74f0a..d57c5236ade9508e462af2c29bb0e26ea40a153f 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 19b33e329911329e909f2828931f84269481f1b9..758cb12c670415838fcc5f24377293eafca16157 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index b11920de77195922650f4bf4735955da479b0531..d813984bda2e5be2231c317eb45a103935a35e80 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 0f4712a5a4b0475ed6ebb177844a380ae6a49814..80aaf1d794770c773b79fbf1bc7150e51274d11a 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 1f25cd42edeca296239d72610946cbefefad7bfb..7aee2a41792edcefc335ffcdf7709ffd0a013167 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 3509ca9d6711a9a4caa19d98443041ef543f385f..0abba00195641176035049caa47472c5c2a7ebe1 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index a960373a3aaccb35ae5623aa32c7f422f57b7671..369e1397d6d0485b21f0915177a3713139c0cd5a 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 3509ca9d6711a9a4caa19d98443041ef543f385f..0abba00195641176035049caa47472c5c2a7ebe1 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index caa270640c387bd77fdcf0ac8c1201d8377c2d7f..3cc06263d4b272b3a27bbf185fb3d12f57f27322 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index f9ad4eb5befb3274715d5a774098389c9ef6225a..ee627394a32d0ec10c591c1c0c7df6ebbea927d5 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 9893cf4c33c3face1725d6a9521d8f19112fb150..04afb0795f10a426e6a09d1fca607cdcf73c626b 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index e8a52abd3a003481d9fcbd514752dedda2aaa79a..c7d97ecd4b92db7485cca8c7cafb642c2a2d6fdd 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index fbcd0bde93302e56b64fe81eb9bc0d6b7eaadfa9..6c763a4c35e49aab6df49e8e06f9c686d8b45f3c 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index e9ce40deebf5a1aa0c22e3e8c20a9927110ad327..b448c31b3746dc84c8abbb100ec445efb5fa79cd 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 5fe21ace42692cd329ab6edc65c09a4da5c1fabd..c9a84cbd38b3095ec8e73fc6111cf7493f4a5008 100755 (executable)
@@ -3885,7 +3885,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11652,7 +11651,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11655 "configure"
+#line 11654 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11758,7 +11757,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11761 "configure"
+#line 11760 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 60f14102984ef57693a3a0f4ad966288b8598bc7..867bff38d76a70231ee462100bb509b35cb7b744 100755 (executable)
@@ -3836,7 +3836,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11603,7 +11602,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11606 "configure"
+#line 11605 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11709,7 +11708,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11712 "configure"
+#line 11711 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 46cd5c6e79bb4efeca87b4933b3323327e380b60..9b027b16e876978e8075e292e01d02dd1ee41b4a 100755 (executable)
@@ -3821,7 +3821,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11588,7 +11587,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11591 "configure"
+#line 11590 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11694,7 +11693,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11697 "configure"
+#line 11696 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 212d97b6d4e9f6b4db9bbafd419f243fca86523b..6b684864922ce5bac19be7e6536f5b36ed00277a 100644 (file)
@@ -3518,7 +3518,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100755 (executable)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 28fbd24d62cd5d306ce9f87b9161dc93facd8de5..13c29f8f667449c2b86cd90c13403a17365f6d57 100644 (file)
@@ -3495,7 +3495,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
index 3925ceab48e945d30099d916cadd298f7005d8f6..8f11c4865769200717432efb7d5eb766671dc69e 100755 (executable)
@@ -3821,7 +3821,6 @@ fi
 
 
 
-
 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
 ac_given_INSTALL=$INSTALL
 
@@ -11588,7 +11587,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11591 "configure"
+#line 11590 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11694,7 +11693,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11697 "configure"
+#line 11696 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
This page took 0.244545 seconds and 5 git commands to generate.