automake
[Top][All Lists]
Advanced

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

Re: EXTRA_DIST = config.h.in


From: Bruce Korb
Subject: Re: EXTRA_DIST = config.h.in
Date: Sun, 01 Jul 2001 09:31:09 -0700

Tom Tromey wrote:
> 
> >>>>> "Bruce" == Bruce Korb <address@hidden> writes:
> 
> Bruce> Why is this now necessary?  It did not used to be.  Is this
> Bruce> intended?  Is there an "upgrading README" file kicking around?
> 
> It is probably a newly introduced bug.
> You don't mention what version you are using though.
> Could you submit a full bug report?


> That would include the version number,

$ automake --version
automake (GNU automake) 1.4-p4

> preferably a short example, and

  cvs get autogen
  cd autogen
  sh config/bootstrap
  make && make check && make distcheck

> an explanation of what you expected and what actually happened.

I expected that since prior versions of automake automatically
distributed config.h.in without my having to tell it to do so,
then it would also distribute config-h.in in the same manner.
However, instead I hand edited (not yet under CVS) the Makefile.am
and snprintfv/Makefile.am files to add config-h.in to the
EXTRA_DIST sources.

> Generally speaking the platform is not important.

I didn't think so.

config.status: error: cannot find input file: config-h.in
make: *** [distcheck] Error 1

(P.S.  I think we are all trying to do a professional job.
       After 10 hours of struggle trying to upgrade autotools
       I was a bit out of temper.  Sorry.)



reply via email to

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