aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-31 01:31:00 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-31 01:31:00 +0000
commit83190e4f91305af93963943280ffb40dfa0c34ed (patch)
tree15a672ebc46d0c23b1b1e8d7ee4d4d8572d51b9f /TODO
parent05956eb71cc389597d85510b8a56f9825bbd05ed (diff)
configure.in merging has been done. Add another point
svn path=/trunk/; revision=10531
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 73f3f79429..be26596345 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.14 2004/03/15 02:24:42 jmayer Exp $
+$Id: TODO,v 1.15 2004/03/31 01:31:00 jmayer Exp $
Things to do:
=============
@@ -101,7 +101,7 @@ 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
+ - Merge epan/configure.in back into toplevel configure.in [DONE]
- 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
@@ -109,4 +109,5 @@ we have krb5, but not krb4
- Support native win32 builds using auto-tools and gcc
- Move dissectors and supporting files into the epan tree
- Move plugins into the epan tree
+ - move libs/objects to be linked into LDADD_xxx where appropriate