* Ralf Wildenhues wrote on Tue, Feb 20, 2007 at 10:41:27AM CET:
> * Brian wrote on Mon, Feb 19, 2007 at 07:53:36PM CET:
> > I *really* want to be able to conditionally specify the files that go into
> > AC_CONFIG_FILES.
>
> You can execute
> ./config.status --file=FILE[:TEMPLATE]
>
> on files that you have not listed with AC_CONFIG_FILES.
Erm, and you can also do
if $some_condition; then
AC_CONFIG_FILES([some_file])
fi
See here:
<http://www.gnu.org/software/autoconf/manual/html_node/config_002estatus-Invocation.html>
<http://www.gnu.org/software/autoconf/manual/html_node/Configuration-Actions.html>
Cheers,
Ralf
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf