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