Hello Sam, * Sam Steingold wrote on Tue, Mar 16, 2010 at 09:16:51PM CET: > Is there a way to add custom config file processing to config.status? > specifically, I want to insert a custom line _before_ each line matching my > regexp. > i.e.,
There is the undocumented $extrasub variable; set it in configure.ac. I should warn against it, though, it is not very robust to use this hack. Cheers, Ralf _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
