tcpdump mailing list archives

Re: autoconf 2.61 versus 2.68


From: François-Xavier Le Bail <fx.lebail () yahoo com>
Date: Mon, 15 Apr 2013 07:18:56 -0700 (PDT)

From: Guy Harris <guy () 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


Current thread: