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:
Uros Bizjak 2015-08-11 19:59:25 +02:00
parent aff4eeac68
commit 51f23addfa
5 changed files with 53 additions and 73 deletions

View file

@ -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"