>>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:

Kayvan>    [...] config.status: creating
Kayvan> src/frontends/controllers/Makefile config.status: creating
Kayvan> src/frontends/controllers/tests/Makefile config.status: error:
Kayvan> cannot find input file:
Kayvan> src/frontends/controllers/tests/Makefile.in

Lars, you have to make up your mind, since it is you who added
frontends/tests/ to configure.ac.

One of these two fixes should work. The reason nobody noticed is that
we already have tests/Makefile.in from earlier runs, I guess.

JMarc

Index: configure.ac
===================================================================
--- configure.ac	(revision 13444)
+++ configure.ac	(working copy)
@@ -457,7 +457,6 @@
        src/support/tests/Makefile \
        src/frontends/Makefile \
        src/frontends/controllers/Makefile \
-       src/frontends/controllers/tests/Makefile \
        src/frontends/xforms/Makefile \
        src/frontends/xforms/lyx_forms.h-tmp:src/frontends/xforms/lyx_forms.h.in \
        src/frontends/xforms/lyx_xpm.h-tmp:src/frontends/xforms/lyx_xpm.h.in \
Index: src/frontends/controllers/Makefile.am
===================================================================
--- src/frontends/controllers/Makefile.am	(revision 13444)
+++ src/frontends/controllers/Makefile.am	(working copy)
@@ -1,5 +1,7 @@
 include $(top_srcdir)/config/common.am
 
+SUBDIRS = tests
+
 EXTRA_DIST = pch.h BCView.tmpl
 
 BUILT_SOURCES = $(PCH_FILE)

Reply via email to