comparison configure.ac @ 17964:abe592ef40b5

configure.ac: Use two spaces for sentence breaks in warning messages. * configure.ac: Use two spaces for sentence breaks in warning messages.
author Rik <rik@octave.org>
date Wed, 20 Nov 2013 08:51:49 -0800
parents a4bc3ad4c703
children 437e51a0c25d
comparison
equal deleted inserted replaced
17963:2ca3a2f46d93 17964:abe592ef40b5
2433 ## Unset build_java. Variable is set only if all configuration tests pass. 2433 ## Unset build_java. Variable is set only if all configuration tests pass.
2434 build_java=no 2434 build_java=no
2435 2435
2436 ## Warn if JAVA_HOME is unset. It is *strongly* advised to specify JAVA_HOME. 2436 ## Warn if JAVA_HOME is unset. It is *strongly* advised to specify JAVA_HOME.
2437 if test -z "$JAVA_HOME"; then 2437 if test -z "$JAVA_HOME"; then
2438 warn_java_home="JAVA_HOME environment variable not initialized. Auto-detection will proceed but is unreliable." 2438 warn_java_home="JAVA_HOME environment variable not initialized. Auto-detection will proceed but is unreliable."
2439 OCTAVE_CONFIGURE_WARNING([warn_java_home]) 2439 OCTAVE_CONFIGURE_WARNING([warn_java_home])
2440 fi 2440 fi
2441 2441
2442 ## Search for a viable Java executable. 2442 ## Search for a viable Java executable.
2443 if test -z "$JAVA_HOME"; then 2443 if test -z "$JAVA_HOME"; then