This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure.ac warnings abou missing files


>>>>> "Roger" == Roger Leigh <rl117@york.ac.uk> writes:

Roger> When automake runs, I'm getting this:
Roger> Running automake --gnu  ...
Roger> configure.ac: 704: required file `src/main/gimpprint-config.in' not found
Roger> configure.ac: 704: required file `src/main/gimpprint.pc.in' not found

Roger> The two files do not exist because they are generated by
Roger> configure, and then processed by config.status.  Is there any
Roger> way to tell automake that these files are /supposed/ to be
Roger> missing?

Not right now.

Does config.status find these files in the build tree?  That would
surprise me.  (Or more precisely it would be another autoconf change I
haven't kept up with.)

OTOH, if you're building the files in the source tree, isn't it
incorrect to build them in configure?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]