Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2007-06-14 12:16:37 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2007-06-14 12:16:37 +0400
commite8b9fee01f555d8271387aa793a48ad7d7ae55fb (patch)
tree4fdeb2d168c76875a53ab537292898385ff1ab52 /config
parentadb97e62423e81fdb26a1d8dc94ea34d579bbe07 (diff)
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/acx.m44
2 files changed, 4 insertions, 4 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 2bf1f1e37..af27fc693 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-14 Paolo Bonzini <bonzini@gnu.org>
+
+ * acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
+
2007-06-04 Olivier Hainque <hainque@adacore.com>
* mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.
diff --git a/config/acx.m4 b/config/acx.m4
index bbe7b5e06..a70d4077c 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -540,10 +540,6 @@ AC_DEFUN([ACX_CHECK_PROG_VER],[
$5) gcc_cv_prog_$2_modern=yes;;
*) gcc_cv_prog_$2_modern=no;;
esac]
-
- if test $gcc_cv_prog_$2_modern = no; then
- $1="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing $2"
- fi
])
else
gcc_cv_prog_$2_modern=no