On Tue, Dec 2, 2008 at 12:01 PM, Bradley M. Kuhn <[EMAIL PROTECTED]> wrote:

> > Christopher Stone wrote at 21:54 (EST) on Monday:
> > >>
> http://koji.fedoraproject.org/koji/getfile?taskID=969900&name=build.log
>
> I replied:
>
> > Chris, meanwhile, you mentioned on IRC that autoreconf --install for
> > pokersource doesn't work with libtool 2.2.6a.  Can you post a log?  I'd
> > like to get this fixed if possible.
>
> Chris pointed out on IRC, what I asked for was already available above,
> actually.  This is now: https://gna.org/support/?2197 I assigned that
> ticket to myself, but I don't think I'll get time on it for at least a
> week, so feel free to take it from me if someone else really wants it.
>
> I expect no one wants it, and I feel myself becoming the autoconf guru for
> the team, and we should fear this.... look at the mess we created by
> putting me in charge of locales? :)
>
> OTOH, my first patch ever to pokersource created
> poker-network/config/apg.m4 , so I suppose it's fitting that I be stuck
> with the autoconf work. :)
>

This patch works for me, I added AM_PROG_CC_C_O also because automake
complained that I should add it.

--- configure.ac.libtool22~     2008-12-02 12:32:56.000000000 -0800
+++ configure.ac        2008-12-02 13:03:58.000000000 -0800
@@ -91,8 +91,9 @@
    # Checks for programs.
    AC_PROG_MAKE_SET
    AC_GNU_SOURCE
-    AC_PROG_CPP
+    AC_PROG_CXX
    AC_PROG_LIBTOOL
+    AM_PROG_CC_C_O

    if test "$GXX" = "yes" -a "$ac_test_CXXFLAGS" != set ; then
      if test "$enable_debug" = "yes" ; then
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to