]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
configure.ac: define a configuration header.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Mar 2020 14:45:09 +0000 (10:45 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Mar 2020 14:45:09 +0000 (10:45 -0400)
commit3dccd819a2db46ffd6df1d1063cd6cd0e9d01135
treec2392044cca0610201bc266b0b51b779a22f3b02
parent74c97a249290c9e33e6f06a27f5c99fb5bce36d4
configure.ac: define a configuration header.

Instead of passing a million unused -DFOO options on the command-line,
this will define a million constants in an unused config.h file, thereby
keeping the build logs readable.
configure.ac