summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-07 11:15:39 +0100
committerfxlb <devel.fx.lebail@orange.fr>2023-01-30 21:51:02 +0000
commit17ff63e88ea99112a905eefc6f862dac20de09e1 (patch)
tree470c5e43daa6a715a4b966aec57bc9e237e6b72e /TODO
parent7ea5bcd0f05cbcb0621a6ce0e6312a97bbb4d13e (diff)
downloadlibpcap-17ff63e88ea99112a905eefc6f862dac20de09e1.tar.gz
autoconf: Add autogen.sh, remove configure and config.h.in
Put autoconf-generated files in the release tarball. Remove the corresponding task from the TODO file. The minimum required version of autoconf is currently 2.69. If version 2.69 or later is already installed and there is no autoconf default, it may be necessary to set the AUTORECONF environment variable to enable the one to use, like: AUTORECONF=autoreconf-2.69 ./autogen.sh or AUTORECONF=autoreconf-2.71 ./autogen.sh
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 65e166b6..77a78953 100644
--- a/TODO
+++ b/TODO
@@ -6,10 +6,6 @@ Important stuff (to be done before the next release)
General
-- configure should not be in Git. Most open source projects have an
- autogen.sh script to run autoconf etc. after checkout. I think we
- should stick to the standard.
-
- The source files should be better documented. There is no official
design guideline for what is done where. There should be a common coding
style (okay, you can guess that by looking at the code) and a guide for