* Versions 1.12, 1.13, 1.14xxx of Automake introduces
    a bug that precludes the use of $(srcdir) within
    the "TESTS = " line of a Makefile.am file.
pull/1/head
David Freese 2013-08-02 15:11:51 -05:00
rodzic 5972d94b54
commit 1774707842
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -248,7 +248,8 @@ hamlib-static: $(fldigi_OBJECTS)
endif
endif
TESTS = $(srcdir)/../scripts/tests/config-h.sh $(srcdir)/../scripts/tests/cr.sh
tmp_srcdir_var=$(srcdir)
TESTS = $(tmp_srcdir_var)/../scripts/tests/config-h.sh $(tmp_srcdir_var)/../scripts/tests/cr.sh
if HAVE_ASCIIDOC
$(builddir)/../doc/guide.html: $(builddir)/../doc/guide.txt