$Id: TODO_autoconf,v 1.35 2002/04/17 15:04:57 ddurham Exp $

- might ought to verify that bootstrap is running within the toplevel directory
and move it into config

- sorta trivial I would think, but about the flags --with-FOX-includes and --with-FOX-path, wouldn't you think that ...-path should be changed to ...-libs ?  same for the other library specific flags

- I don't know the exact version yet, until he releases it, but I created a patch for SGI's libaudiofile to let wave files write cues
	- if possible, warn the user in the configure process if their libaudiofile version is less than this minimum
	- another solution is to query the capabilities of the library and warn the user

-- See if things might possibly work with -O2 set. Decide if we should be using 
-O2 or not.

--------------The stuff below this line can wait, because I don't expect to
--------------See a problem with GNU/Linux systems related to thiese.
 Look for other possible trouble spots such as stdint.h int32_t int16_t etc
and set up a common.h header to deal with these problems.  -- I'll wait until these things come up before I worry about them.
    
    --provide substitute functions for strerror, strdup and strtol (These may be missing for some platforms)  Check GNU libiberty (ftp://sourceware.cygnus.com/pub/binutils/) or libit(http://www.iro.umontreal.ca/~pinard/libit/) for fallback functions.
    --also make sure tests for above are working properly. I suspect mine are broken.
    -- The default AC_CHECK_FUNCS() macro isn't detecting any of these, (nor is it finding printf, time or rand). So for now I'll ignore these checks, and worry about it when (and if) we get a bug report related to this problem.
