Hello, I've recently added a bunch of sources to a tree which will require many additional checks. Is there some way to to tell autoscan to just update my existing configure.in / configure.ac ? When I re-run autoscan, I see plenty of warnings about things missing in configure.ac due to the newly introduced files, but no way to automate updating of my configure.ac Does a means to safely merge an existing configure.ac with the newly created configure.scan exist? Its easy enough to just copy the output of autoscan 2>&1 | awk '{ print $4 }' and paste it, I'm hoping to automate this safely. I've been trying to do it a few ways with diff, but always end up clobbering something. Thanks in advance. Regards, Tim _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf