This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Automake + file.in
- To: automake at gnu dot org
- Subject: Automake + file.in
- From: "Nikolaus Kimmel (FT3/AB Ulm)" <nikolaus dot kimmel at daimlerchrysler dot com>
- Date: Thu, 17 Aug 2000 11:36:03 +0200
- Organization: DaimlerChrysler
- Reply-To: nikolaus dot kimmel at daimlerchrysler dot com
Hi!
I have a problem with autoconf/automake. In my configure.in I have in
the AC_OUTPUT macro variables like $Makexy, which is either empty or
contains a place, where to put a Makefile.
This works fine, but everytime automake is run, it tells me something
like that:
configure.in: 264: required file `./$MakeInsp.in' not found
So how can I put variables (in which syntax) into the AC_OUTPUT command,
so that automake don't give me errors.
Now it works like that: the users checks the project out, types
configure, then make, now he get's the error, then he types make again
and it works... (it also works, if I generate the configure script
before the configure call)
And this has to be changed that the first make call works...
Yours
Nikolaus