From 61c3ff8ff5a8b46c47851c0703e29940e8ab7df3 Mon Sep 17 00:00:00 2001
From: Andrew Pinski <pinskia@physics.uc.edu>
Date: Sun, 29 Feb 2004 21:13:41 +0000
Subject: [PATCH] gcc_update (files_and_dependencies): Update intl/configure.in
 to intl/configure.ac.

2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc_update (files_and_dependencies): Update intl/configure.in
        to intl/configure.ac.

From-SVN: r78673
---
 contrib/ChangeLog  | 5 +++++
 contrib/gcc_update | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 53b9cbe3b911..a8745c1f9ade 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-29  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* gcc_update (files_and_dependencies): Update intl/configure.in
+	to intl/configure.ac.
+
 2004-01-09  Kelley Cook  <kcook@gcc.gnu.org>
 
 	* gcc_update (files_and_dependencies): Update fastjar/configure.in
diff --git a/contrib/gcc_update b/contrib/gcc_update
index bac26b09ea18..5470c1f96bc1 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -58,8 +58,8 @@ files_and_dependencies () {
     sed -e 's/ *#.*//' -e '/^$/d' -e 's/://' <<\EOF
 # intl library
 intl/plural.c: intl/plural.y
-intl/configure: intl/configure.in intl/aclocal.m4
-intl/config.h.in: intl/configure.in intl/aclocal.m4
+intl/configure: intl/configure.ac intl/aclocal.m4
+intl/config.h.in: intl/configure.ac intl/aclocal.m4
 # Now, proceed to gcc automatically generated files
 gcc/configure: gcc/configure.ac
 gcc/cstamp-h.in: gcc/configure.ac
-- 
GitLab