This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] fix stupid error in libada/configure.ac


Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libada/ChangeLog,v
retrieving revision 1.6
diff -u -r1.6 ChangeLog
--- ChangeLog	15 Apr 2004 03:38:59 -0000	1.6
+++ ChangeLog	18 Apr 2004 03:06:23 -0000
@@ -1,3 +1,9 @@
+2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* configure.ac: It's gnatlib-plain in the Makefile, not
+	gnatlib-simple; make configure match.
+	* configure: Regenerate.
+
 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
 
 	* Makefile.in: Call gcc/ada/Makefile directly, not through the
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/libada/configure,v
retrieving revision 1.6
diff -u -r1.6 configure
--- configure	15 Apr 2004 03:38:59 -0000	1.6
+++ configure	18 Apr 2004 03:06:24 -0000
@@ -1557,7 +1557,7 @@
   # Note that build=target is almost certainly the wrong test; FIXME
   default_gnatlib_target="gnatlib-shared"
 else
-  default_gnatlib_target="gnatlib-simple"
+  default_gnatlib_target="gnatlib-plain"
 fi
 
 
Index: configure.ac
===================================================================
RCS file: /cvs/gcc/gcc/libada/configure.ac,v
retrieving revision 1.2
diff -u -r1.2 configure.ac
--- configure.ac	15 Apr 2004 03:38:59 -0000	1.2
+++ configure.ac	18 Apr 2004 03:06:24 -0000
@@ -82,7 +82,7 @@
   # Note that build=target is almost certainly the wrong test; FIXME
   default_gnatlib_target="gnatlib-shared"
 else
-  default_gnatlib_target="gnatlib-simple"
+  default_gnatlib_target="gnatlib-plain"
 fi
 AC_SUBST([default_gnatlib_target])
 

-- 
There are none so blind as those who will not see.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]