Re: avoiding target $(srcdir)/Makefile.in

2000-10-05 Thread john heasley
On Thu, Oct 05, 2000 at 12:42:06PM -0600, Tom Tromey darkened my spool with the following: > > "john" == john heasley <[EMAIL PROTECTED]> writes: > > john> is there a macro or option to automake to ommit the target > john> for $(srcdir)/Makefile.in, such that it is not necessary to > john> i

Re: avoiding target $(srcdir)/Makefile.in

2000-10-05 Thread Tom Tromey
> "john" == john heasley <[EMAIL PROTECTED]> writes: john> is there a macro or option to automake to ommit the target john> for $(srcdir)/Makefile.in, such that it is not necessary to john> include Makefile.am and configure.in in a distribution? FYI, we don't support not distributing these f

Re: avoiding target $(srcdir)/Makefile.in

2000-10-04 Thread Pavel Roskin
Hello, John! > > The last person who asked about this alleged that there will be problems > > on systems lacking Automake, but couldn't give a real example. I meant, that person expected problems if Makefile.am are included. > if these targets are in the Makefile.in, but i do not include > aclo

Re: avoiding target $(srcdir)/Makefile.in

2000-10-02 Thread john heasley
ever mind. i figured out my error in the use of AM_MAINTAINER_MODE. sorry. that should would just fine. thanks. On Mon, Oct 02, 2000 at 03:35:34PM -0700, john heasley darkened my spool with the following: > On Mon, Oct 02, 2000 at 05:02:46AM -0400, Pavel Roskin darkened my spool with the >fo

Re: avoiding target $(srcdir)/Makefile.in

2000-10-02 Thread john heasley
On Mon, Oct 02, 2000 at 05:02:46AM -0400, Pavel Roskin darkened my spool with the following: > Hello, John! > > > is there a macro or option to automake to ommit the target > > for $(srcdir)/Makefile.in, such that it is not necessary to > > include Makefile.am and configure.in in a distribution?

Re: avoiding target $(srcdir)/Makefile.in

2000-10-02 Thread Pavel Roskin
Hello, John! > is there a macro or option to automake to ommit the target > for $(srcdir)/Makefile.in, such that it is not necessary to > include Makefile.am and configure.in in a distribution? It already becomes a FAQ. Why do you need this? The last person who asked about this alleged that the

avoiding target $(srcdir)/Makefile.in

2000-10-01 Thread john heasley
is there a macro or option to automake to ommit the target for $(srcdir)/Makefile.in, such that it is not necessary to include Makefile.am and configure.in in a distribution? i tried including an empty target in Makefile.am. it looks as if it is created in the perl code and there dont appear to