> From: Guy Harris <g...@alum.mit.edu> > If we want to ensure that the configuration scripts we ship are generated by > a > particular version of autoconf, we should remove configure from the > repository, > add an autogen.sh script to re-generate the configure file, and ensure that > it's run as part of the release-tarball building process.
Similar way: - remove configure and config.h.in from repository, - change AC_PREREQ Macro in configure.in, for example : AC_PREREQ(2.68), - run "autoreconf"as part of the release-tarball building process. _______________________________________________ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers