make java components discovery follow symlinks
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 28 Apr 2015 05:39:02 +0000 (07:39 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 28 Apr 2015 05:39:02 +0000 (07:39 +0200)
commitdb7c38fe510ddae9891091d8b580ba1bdee96860
tree8759175738cf95e6ad77e434bcae3270abd788b5
parentfc6dcff7db47c2be34f84ce95e74dc46ad1fa22f
make java components discovery follow symlinks

When `--with-java` points to a symlink, `find` should resolve it, making
the configure script work seamlessly with symlinks pointing to JDK
installations.

This fixes the confusing discrepancy between `--with-java=/path/to/java`
failing and `--with-java=/path/to/java/` working.
configure.in