[Freeciv-Dev] Re: (PR#9765) problem at compilation
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9765 >
Mateusz Stefek wrote:
>>>tests/Makefile.am:17: invalid variable `dist_noinst_SCRIPTS'
>>>tests/Makefile.am:17: invalid variable `dist_noinst_SCRIPTS'
>
> All I can say is that removing 'dist_' prefix doesn't help. Scripts
> aren't distributed, even though automake1.4 doesn't fail.
So it's going to be EXTRA_DIST, I guess.
- Caz
diff -Nurd -X.diff_ignore freeciv/tests/Makefile.am freeciv/tests/Makefile.am
--- freeciv/tests/Makefile.am 2004-08-22 13:33:08.703125000 +0300
+++ freeciv/tests/Makefile.am 2004-08-24 18:46:21.046875000 +0300
@@ -14,7 +14,7 @@
CLEANFILES = check-output
-dist_noinst_SCRIPTS = \
+EXTRA_DIST = \
copyright.sh \
header_guard.sh \
va_list.sh
|
|