automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure can't find doc/Makefile.in


From: Adrienne Thompson
Subject: configure can't find doc/Makefile.in
Date: Fri, 17 Dec 2010 15:38:37 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

Gentlemen:

I'm running Debian Lenny GNU/Linux 5.0 on a pentium 3, and I've installed the latest autotools.

I've just created a doc subdirectory for a .texi manual in my current project build. Configure appears to have no problem creating the Makefiles for all subdirectories. However, running "make distcheck" terminates with the error message:

"config.status: error: cannot find input file: 'doc/Makefile.in' "

Installation of the resulting tarball produces an installation with missing directories. I've done a fair bit of googling but have been unable to resolve the problem. Would you be kind enough to give me some pointers?


Here are the logs:

address@hidden:~/project$ ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g95... g95
checking whether the Fortran compiler works... yes
checking for Fortran compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether g95 accepts -g... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating logo/Makefile


address@hidden:~/project$ make distcheck 2> distcheckerrorlog
address@hidden:~/project$ more distcheckerrorlog

config.status: error: cannot find input file: `doc/Makefile.in'
make: *** [distcheck] Error 1


I believe the distcheck "Error 1" is due to files left behind in the build directory, which I'll have to write additional "clean" rules for in the Makefiles.

viper-2

--
Freedom - no pane, all gaiGN!

Code Art Now
http://codeartnow.com
Email: address@hidden

--
Freedom - no pane, all gaiGN!

Code Art Now
http://codeartnow.com
Email: address@hidden



reply via email to

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