-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9280/
-----------------------------------------------------------

Review request for mesos and Ben Mahler.


Description
-------

Using the magic of autoconf macros and some standard shell I hope that this 
will be an extensible way to add possible JAVA_CPPFLAGS to for various 
environments and setups. Next I'd love to tie JAVA_HOME, JAVA_CPPFLAGS, and 
JAVA_LDFLAGS even better so that we don't use a jni.h from one path but a 
libjvm.so from a different path. :(

Note that some of the constructs used here are macros and are thus expanded via 
autoconf/autoreconf (i.e., configure.ac -> configure) versus at runtime (i.e., 
../configure). Thus, any "list" like features from m4 are only usable in ways 
that force us to write slightly redundant code (e.g., multiple while loops, see 
the diff).


Diffs
-----

  configure.ac 553b9e163ef312eb8f97f9bd380b3c2b5350bd5b 

Diff: https://reviews.apache.org/r/9280/diff/


Testing
-------


Thanks,

Benjamin Hindman

Reply via email to