[vorbis-dev] vcomment question
Segher Boessenkool
segher at chello.nl
Fri Jul 12 18:56:28 PDT 2002
> Yes, most projects have configure generate config.h with lots of these
> defines. We don't have a whole lot of them (except in vorbis-tools), so
> we just let configure pass them as CFLAGS. This makes it easy to do the
> same in the windows versions.
Why not always use config.h, and just provide(*) a default config.h for builds
that can't use autotools? That way we could get rid of most cruft in os.h,
as well :)
<p>Segher
<p>(*) either by copying a build-specific config_bla.h to config.h, by having
a build-specific include directory earlier in the search path, or by having
a default config.h (that gets overwritten by configure) that contains
stuff like
#ifdef SOME_SYMBOL_USED_TO_IDENTIFY_A_CERTAIN_COMPILER
#include "some_path/some_config.h"
#endif
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list