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
This commit is contained in:
parent
aff4eeac68
commit
51f23addfa
5 changed files with 53 additions and 73 deletions
6
libjava/classpath/configure
vendored
6
libjava/classpath/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue