From: Rafael L. <lab...@ps...> - 2003-09-21 13:42:33
|
* Maurice LeBrun <mj...@ga...> [2003-09-20 15:03]: > Rafael Laboissiere writes: > > ... > > In sum, we might try in > > the future to restructure configure.ac, in particular rethinking about the > > non-orthodox stuff before AC_INIT. > > I'm for any restructuring that reduces non-orthodox stuff as long as it > doesn't change existing functionality substantially. :) Otherwise it'll > need some discussion. Sure. Could you please test if "./config.status --recheck" has the same functionality of reconfig script? See the section called "Recreating a Configuration" of the autoconf info socumentation for further details. If you confirm the behavior above, then I will get rid of the reconfig stuff in configure.ac. If your fingers/brain are too used to the spelling, we might create a static reconfig script, reading something like this: #!/bin/sh ./config.status --recheck -- Rafael |