summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-15 02:24:42 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-15 02:24:42 +0000
commitfe71cdee3c7900dd96719064b07940908cf2d5ca (patch)
tree8dcfa85f36fc59502c7fa3f329a4936effb135ed
parentac1279ec72757ffe12ff32fe161680d2a3b3ebb1 (diff)
downloadwireshark-fe71cdee3c7900dd96719064b07940908cf2d5ca.tar.gz
Add Build process items to TODO
svn path=/trunk/; revision=10382
-rw-r--r--TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4321a39d7b..73f3f79429 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.13 2004/03/01 22:28:32 jmayer Exp $
+$Id: TODO,v 1.14 2004/03/15 02:24:42 jmayer Exp $
Things to do:
=============
@@ -99,3 +99,14 @@ full GNOME, native Windows, native Aqua, etc.) and text-mode "curses".
we have krb5, but not krb4
*) Display filters: add regexes to strings and byte ranges
+
+*) Build process:
+ - Merge epan/configure.in back into toplevel configure.in
+ - Run make-version.pl only once per make
+ - --enable-static doesn't build on all platforms any more (e.g. Suse 9.0)
+ because all static builds are not supported on those platforms. Try to
+ link "as statically as possible"
+ - Support native win32 builds using auto-tools and gcc
+ - Move dissectors and supporting files into the epan tree
+ - Move plugins into the epan tree
+