Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] (PR#10226) CVS Sep-20
Home

[Freeciv-Dev] (PR#10226) CVS Sep-20

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: desman@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#10226) CVS Sep-20
From: "Mateusz Stefek" <mstefek@xxxxxxxxx>
Date: Wed, 22 Sep 2004 01:02:51 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10226 >

> [marko.lindqvist@xxxxxxxxxxx - Wed Sep 22 06:35:35 2004]:
> 
> Jason Short wrote:
> 
> > <URL: http://rt.freeciv.org/Ticket/Display.html?id=10226 >
> > 
> >>[desman@xxxxxxxxx - Tue Sep 21 08:53:12 2004]:
> >>
> >>
> >>Some files seem forgotten in bootstrap directory causing problems
> >>with configure
> >>
> >>freeciv.spec.in
> >>undep.sh.in
> >>civ.in
> >>ser.in
> > 
> > 
> > Indeed, these files seem not to be included in the daily snapshot. 
> > Which is odd, since they were included in the daily snapshot before even
> > though they weren't a part of EXTRA_DIST then either.
> 
> > Marko, you have any idea on this?  Should we just add them to
EXTRA_DIST?
> 
>   No idea/works for me. EXTRA_DIST is worth trying.
> 
> 
> 
>   - Caz
Here's a patch. It works for me.
--
matesz
Index: Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/Makefile.am,v
retrieving revision 1.46
diff -u -r1.46 Makefile.am
--- Makefile.am 21 Sep 2004 00:58:58 -0000      1.46
+++ Makefile.am 22 Sep 2004 07:57:22 -0000
@@ -91,7 +91,12 @@
                vms/freeciv_h.vms               \
                vms/imlib_config.h_vms          \
                vms/readme.vms                  \
-               vms/vms_build.com
+               vms/vms_build.com               \
+               bootstrap/civ.in                \
+               bootstrap/ser.in                \
+               bootstrap/freeciv.spec.in       \
+               bootstrap/undep.sh.in
+
 
 noinst_HEADERS= version.in
 

[Prev in Thread] Current Thread [Next in Thread]