diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-22 07:22:52 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-22 07:22:52 (GMT) |
commit | 6668fe8c839ca1b01e63e410cee15e2d4180ef88 (patch) | |
tree | 7990496a23366dfa448db8eda9b0380f29105bdb /configure.ac | |
parent | 7f641b520d13fa0dfd14baa067d165af0bd8d463 (diff) | |
download | hdf5-6668fe8c839ca1b01e63e410cee15e2d4180ef88.zip hdf5-6668fe8c839ca1b01e63e410cee15e2d4180ef88.tar.gz hdf5-6668fe8c839ca1b01e63e410cee15e2d4180ef88.tar.bz2 |
[svn-r29499] Minor prettification of Java configure code and library
settings file.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/Java
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e80eef6..59157b2 100644 --- a/configure.ac +++ b/configure.ac @@ -855,10 +855,10 @@ esac ## Check if they would like the Java native interface (JNI) compiled ## -## This needs to be exposed for the library info file even if JAVA is disabled. +## This needs to be exposed for the library info file even if Java is disabled. AC_SUBST([HDF_JAVA]) -## Default is no JAVA +## Default is no Java HDF_JAVA=no AC_SUBST([H5_CLASSPATH]) H5_CLASSPATH="" @@ -3174,7 +3174,7 @@ fi java_version_info=`$JAVA -version 2>&1 |\ grep 'version' | sed -e 's/version "//' | sed -e 's/"//'` if test -n "$java_version_info"; then - JAVA_VERSION="$JAVA_VERSION ( $java_version_info)" + JAVA_VERSION="$JAVA_VERSION ($java_version_info)" fi ## ---------------------------------------------------------------------- |