[Freeciv-Dev] Re: (PR#9551) Re: (PR#9680) automake fails on civclient_DE
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9551 >
Marko Lindqvist wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9551 >
>
> Jason Short wrote:
>
>>OK, I take back what I may have said earlier. This is a bug in freeciv,
>
>
> You sure? Google found me this:
> http://lists.gnu.org/archive/html/bug-automake/2002-01/msg00007.html
If this is indeed our problem, attached patch may fix it. Could
someone whose builds currently fail please test if this helps.
Note that patch I sent for #9494 breaks this solution so don't apply
both patches at once.
- Caz
diff -Nurd freeciv/client/Makefile.am freeciv/client/Makefile.am
--- freeciv/client/Makefile.am 2004-08-13 21:31:38.281250000 +0300
+++ freeciv/client/Makefile.am 2004-08-13 23:06:25.734375000 +0300
@@ -27,9 +27,12 @@
endif
if CLIENT_GUI_FTWL
GUI_SUBDIR = gui-ftwl
-LIBFTWL = ../utility/ftwl/libftwl.a
endif
+## automake 1.5 bug prevents conditional definition
+## of variables used in program_LDADD
+LIBFTWL = ../utility/ftwl/libftwl.a
+
ALL_ESD_FILES=audio_esd.c audio_esd.h
ALL_SDL_FILES=audio_sdl.c audio_sdl.h
ALL_ALSA_FILES=audio_alsa.c audio_alsa.h
- [Freeciv-Dev] Re: (PR#9680) autogen.sh fails (automake fails), Per I. Mathisen, 2004/08/12
- [Freeciv-Dev] Re: (PR#9680) autogen.sh fails (automake fails), Jason Short, 2004/08/12
- [Freeciv-Dev] Re: (PR#9680) autogen.sh fails (automake fails), Martin Schröder, 2004/08/12
- [Freeciv-Dev] Re: (PR#9680) autogen.sh fails (automake fails), Martin Schröder, 2004/08/12
- [Freeciv-Dev] Re: (PR#9680) autogen.sh fails (automake fails), Jason Short, 2004/08/12
- [Freeciv-Dev] (PR#9680) autogen.sh fails (automake fails), Mike Jing, 2004/08/12
- [Freeciv-Dev] (PR#9680) autogen.sh fails (automake fails), Jason Short, 2004/08/12
- [Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automakes, Jason Short, 2004/08/12
- [Freeciv-Dev] Re: (PR#9551) error in civclient_DEPENDENCIES with old automakes, Martin Schröder, 2004/08/13
- [Freeciv-Dev] (PR#9551) Re: (PR#9680) automake fails on civclient_DEPENDENCIES, Marko Lindqvist, 2004/08/13
- [Freeciv-Dev] Re: (PR#9551) Re: (PR#9680) automake fails on civclient_DEPENDENCIES,
Marko Lindqvist <=
- [Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automakes, Mike Jing, 2004/08/13
- [Freeciv-Dev] Re: (PR#9551) Re: (PR#9680) automake fails on civclient_DEPENDENCIES, Jason Short, 2004/08/13
- [Freeciv-Dev] Re: (PR#9551) error in civclient_DEPENDENCIES with old automakes, Martin Schröder, 2004/08/16
- [Freeciv-Dev] Re: (PR#9551) error in civclient_DEPENDENCIES with old automakes, Martin Schröder, 2004/08/20
- [Freeciv-Dev] (PR#9551) error in civclient_DEPENDENCIES with old automakes, Jason Short, 2004/08/24
|
|