jim 97/08/10 13:27:29
Modified:src Configure
src/helpers TestCompile
Log:
Minor change: rename 'ansi' flag of TestCompile to 'sanity', which
makes more sense
Revision ChangesPath
1.127 +1 -1 apache/src/Configure
Index: Configure
=
jim 97/08/04 16:46:01
Modified:src Configuration.tmpl Configure
src/helpers TestCompile
Log:
Configuration suite changes:
(1) No longer default OPTIM to -O2 (or anything)
(2) When doing the sanity check, have TestCompile display error
message
jim 97/07/24 19:13:00
Modified:src/helpers TestCompile
Log:
Error checking: TestCompile should error out if not called either with
ansi or lib
Revision ChangesPath
1.2 +3 -0 apache/src/helpers/TestCompile
Index: TestCompile
==
jim 97/07/24 19:03:18
Modified:src Configure
src/helpers dummy.c
Added: src/helpers TestCompile
Removed: src/helpers TestLib
Log:
Configure update: We now can check if $(CC) is ANSI or not, basically
by trying to compile a small ANSI dummy