configure, [...]: Rebuilt.

* configure, Makefile.in: Rebuilt.
	* sources.am: Rebuilt.
	* scripts/makemake.tcl (emit_bc_rule): Special-case qt.
	* configure.ac (TOOLKIT): Handle Qt peers properly.

From-SVN: r104706
This commit is contained in:
Tom Tromey 2005-09-27 18:51:40 +00:00 committed by Tom Tromey
parent f20731b7ca
commit ab3fa9d344
9 changed files with 86 additions and 12 deletions

View file

@ -220,9 +220,10 @@ proc emit_bc_rule {package} {
puts "\t@rm -f $tname"
puts ""
# We skip this one because it is built into its own library and is
# handled specially in Makefile.am.
if {$loname != "gnu-java-awt-peer-gtk.lo"} {
# We skip these because they are built into their own libraries and
# are handled specially in Makefile.am.
if {$loname != "gnu-java-awt-peer-gtk.lo"
&& $loname != "gnu-java-awt-peer-qt.lo"} {
lappend bc_objects $loname
}
}