]> gcc.gnu.org Git - gcc.git/commitdiff
gcc_update (files_and_dependencies): Update intl/configure.in to intl/configure.ac.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 29 Feb 2004 21:13:41 +0000 (21:13 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 29 Feb 2004 21:13:41 +0000 (13:13 -0800)
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
contrib/gcc_update

index 53b9cbe3b9119d64d8c9563422371e3f80f4561f..a8745c1f9ade21025fece7925cfe072c8f31a2a5 100644 (file)
@@ -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
index bac26b09ea185161ecd10409a60f099dbd617ed8..5470c1f96bc19115e213a27b736269046868e94a 100755 (executable)
@@ -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
This page took 0.067701 seconds and 5 git commands to generate.