This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [RFA/commit] use libiconv.a instead of -liconv for in-tree libiconv


> 2009-12-03  Joel Brobecker  <brobecker@adacore.com>
> 
>             * acinclude.m4: Link against in-tree libiconv by adding
>             libiconv.a to the LIBS instead of using -liconv.
>             * configure: Regenerate.

Now checked in.  I also committed the following comment update,
following feedback from Daniel:

2009-12-09  Joel Brobecker  <brobecker@adacore.com>

        * acinclude.m4: Update comment.

Cheers,
-- 
Joel
Index: acinclude.m4
===================================================================
RCS file: /cvs/src/src/gdb/acinclude.m4,v
retrieving revision 1.33
diff -u -p -r1.33 acinclude.m4
--- acinclude.m4	9 Dec 2009 10:07:13 -0000	1.33
+++ acinclude.m4	9 Dec 2009 10:09:34 -0000
@@ -169,7 +169,8 @@ case "x$am_cv_prog_cc_stdc" in
 esac
 ])
 
-dnl From Bruno Haible.
+dnl Originally from Bruno Haible, but with some modifications
+dnl for the GDB project.
 
 AC_DEFUN([AM_ICONV],
 [

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