|
From: Hans-Bernhard B. <br...@ph...> - 2004-04-20 08:10:26
|
On Mon, 19 Apr 2004, Ethan Merritt wrote: > While the dust is settling from the version 4 release, > I thought I'd have a go at adding a couple of new demos > and cleaning up the auto-generation of html demos. > > Is there there some way to make the generation of > demos (e.g. their inclusion in 'all.dem' or 'make html') > depend on the options selected in ./configure? The results of all those tests are available in ./configure itself, in the shape of shell variables. To generate all.dem from configure, you would write an all.dem.in and process that by config.status, using separate variables defined for the purpose. Or maybe just write a little C program that reads config.h and writes all.dem. For html, you can quite certainly use automake conditionals to change the list of html files being run. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |