This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Error because README is missing
- From: "Paul Smith" <psmith at nortelnetworks dot com>
- To: Akim Demaille <akim at epita dot fr>
- Cc: Paul Smith <psmith at nortelnetworks dot com>, automake at gnu dot org
- Date: 02 Dec 2004 11:29:05 -0500
- Subject: Re: Error because README is missing
- References: <16762.54511.805811.434788@lemming.engeast.baynetworks.com><2004-10-24-01-15-44+20914+adl@gnu.org><vpdrr7mczepu.fsf@lemming.engeast.baynetworks.com><je653o5j1e.fsf@sykes.suse.de><mv4r7mae8eg.fsf@nostromo.lrde.epita.fr><vpdreki9hokx.fsf@lemming.engeast.baynetworks.com><mv4acsxcars.fsf@nostromo.lrde.epita.fr>
- Reply-to: Paul Smith <psmith at nortelnetworks dot com>
%% Akim Demaille <akim@epita.fr> writes:
>> I need a way to have a file marked as a config file, but not have
>> configure (or automake) fail if the .in input file doesn't exist.
ad> Hm... What is the service you are expecting? You say that
ad> configure shouldn't fail, but if it's a config file, configure is
ad> expected to fail. Unless you do mean configure, and not
ad> config.status?
When I first check out my code from CVS, I don't have a build.sh.in
file. That file is autogenerated as part of the build process, from a
template file.
It's not required for a maintainer-mode build: that file is basically a
bootstrap assist: a way to build "make" if you don't have any "make"
yet. Maintainers are expected to have a full suite of tools at their
disposal including make.
By the time I actually make a distfile, that file (build.sh.in) will be
there and it will be included in the distfile so normal users will never
see this issue.
But, I need a way to run "autoreconf" in a clean workspace where that
file doesn't exist... and if I use normal AC_CONFIG_FILES then automake
complains and won't build my Makefile.in.
--
-------------------------------------------------------------------------------
Paul D. Smith <psmith@nortelnetworks.com> HASMAT--HA Software Mthds & Tools
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.