[Freeciv-Dev] (PR#10615) make dist fails in head
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10615 >
> [mstefek - Tue Oct 19 08:45:03 2004]:
>
> [mateusz@localhost freeciv]$ make dist
> make: *** No rule to make target `acconfig.old', needed by `distdir'.
Stop.
>
> autoconf-2.59
> automake-1.7.9
Here's a fix.
jason
Index: Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/Makefile.am,v
retrieving revision 1.48
diff -u -r1.48 Makefile.am
--- Makefile.am 24 Sep 2004 15:48:26 -0000 1.48
+++ Makefile.am 20 Oct 2004 01:58:10 -0000
@@ -31,11 +31,9 @@
SUBDIRS= $(DSUBDIRS) intl utility common tests $(SSUBDIRS) $(CSUBDIRS)
po doc $(MSUBDIRS)
-EXTRA_DIST= acconfig.old \
- autogen.sh \
+EXTRA_DIST= autogen.sh \
config.mac.h \
configure.ac \
- configure.in \
diff_ignore \
amiga/Freeciv.start \
amiga/amigaclient.c \
|
|