diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2015-08-11 19:59:25 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-08-11 19:59:25 +0200 |
commit | 51f23addfa3a8ccf82e88ff39ab1cd5df88b59ed (patch) | |
tree | e13ba17de03f1466506619399e4f918f40dc9fbc /libjava/classpath/configure | |
parent | aff4eeac68406d9e68c193b3af21c3f8f708f3f0 (diff) | |
download | gcc-51f23addfa3a8ccf82e88ff39ab1cd5df88b59ed.zip gcc-51f23addfa3a8ccf82e88ff39ab1cd5df88b59ed.tar.gz gcc-51f23addfa3a8ccf82e88ff39ab1cd5df88b59ed.tar.bz2 |
configure.ac (tools/gjdoc): Depend on CREATE_WRAPPERS.
* configure.ac (tools/gjdoc): Depend on CREATE_WRAPPERS.
* configure: Regenerate.
* tools/Makefile.am: Remove unneeded dependencies for Automake 1.11.
* tools/Makefile.in: Regenerate.
From-SVN: r226785
Diffstat (limited to 'libjava/classpath/configure')
-rwxr-xr-x | libjava/classpath/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libjava/classpath/configure b/libjava/classpath/configure index a25317d..6d46403 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -25874,10 +25874,14 @@ fi if test "x${COMPILE_GJDOC}" = xyes then -ac_config_files="$ac_config_files tools/gjdoc" +if test -z "$CREATE_WRAPPERS_TRUE"; then : + else + ac_config_files="$ac_config_files tools/gjdoc" ac_config_commands="$ac_config_commands gjdoc" + +fi fi ac_config_commands="$ac_config_commands gen-classlist" |