Hi,
I committed this patch to fix PR 28537.
Tom
2006-08-17 Thomas Fitzsimmons <[EMAIL PROTECTED]>
PR classpath/28537
* native/plugin/Makefile.am (libgcjwebplugin_la_CXXFLAGS):
Transform gappletviewer name using program_transform_name.
Index: native/plugin/Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/native/plugin/Makefile.am,v
retrieving revision 1.6
diff -u -r1.6 Makefile.am
--- native/plugin/Makefile.am 5 Jul 2006 21:35:21 -0000 1.6
+++ native/plugin/Makefile.am 17 Aug 2006 20:06:45 -0000
@@ -3,7 +3,7 @@
libgcjwebplugin_la_SOURCES = gcjwebplugin.cc
libgcjwebplugin_la_CXXFLAGS = \
- -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/gappletviewer\"" \
+ -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/`echo gappletviewer | sed '$(program_transform_name)'`\"" \
$(MOZILLA_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
libgcjwebplugin_la_LDFLAGS = -avoid-version \