Preliminary autoconf framework. Entirely separate from the main
[sgt/agedu] / TODO
diff --git a/TODO b/TODO
index cfd5577..e362fa2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,15 +3,11 @@ TODO list for agedu
 
 Before it's non-embarrassingly releasable:
 
- - cross-Unix portability:
-    + use autoconf
-       * configure use of stat64
-       * configure use of /proc/net/tcp
-       * configure use of /dev/random
-       * configure use of Linux syscall magic replacing readdir
-          + later glibcs have fdopendir, hooray! So we can use that
-           too, if it's available and O_NOATIME is too.
-       * what do we do elsewhere about _GNU_SOURCE?
+ - now we have a configure framework, actually use it to:
+    * configure use of stat64
+    * configure use of Linux syscall magic replacing readdir
+       + later glibcs have fdopendir, hooray! So we can use that
+        too, if it's available and O_NOATIME is too.
 
  - man page, --version.