[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: awt, swing, xml and time zone fixes
Kaffe CVS
cvs-commits at kaffe.org
Sat Aug 27 18:52:17 PDT 2005
PatchSet 6875
Date: 2005/08/28 01:46:46
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU Classpath: awt, swing, xml and time zone fixes
Members:
ChangeLog:1.4396->1.4397
libltdl/configure:1.89->1.90
libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c:1.14->1.15
libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:1.26->1.27
libraries/javalib/Makefile.am:1.387->1.388
libraries/javalib/Makefile.in:1.478->1.479
libraries/javalib/all.files:1.157->1.158
libraries/javalib/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java:1.12->1.13
libraries/javalib/gnu/java/awt/peer/gtk/GtkWindowPeer.java:1.15->1.16
libraries/javalib/gnu/xml/xpath/XPathParser.java:1.10->1.11
libraries/javalib/gnu/xml/xpath/XPathParser.y:1.8->1.9
libraries/javalib/java/util/TimeZone.java:1.26->1.27
libraries/javalib/javax/swing/JPasswordField.java:1.8->1.9
libraries/javalib/javax/swing/JTextPane.java:1.5->1.6
libraries/javalib/javax/swing/plaf/basic/BasicCheckBoxUI.java:1.4->1.5
libraries/javalib/javax/swing/plaf/basic/BasicIconFactory.java:1.5->1.6
libraries/javalib/javax/swing/plaf/basic/BasicInternalFrameTitlePane.java:1.10->1.11
libraries/javalib/javax/swing/plaf/basic/BasicLookAndFeel.java:1.25->1.26
libraries/javalib/javax/swing/plaf/basic/BasicMenuItemUI.java:1.11->1.12
libraries/javalib/javax/swing/plaf/basic/BasicTextUI.java:1.20->1.21
libraries/javalib/javax/swing/plaf/metal/MetalIconFactory.java:1.4->1.5
libraries/javalib/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java:INITIAL->1.1
libraries/javalib/javax/swing/plaf/metal/MetalInternalFrameUI.java:1.2->1.3
libraries/javalib/javax/swing/plaf/metal/MetalLookAndFeel.java:1.19->1.20
libraries/javalib/javax/swing/text/AbstractDocument.java:1.16->1.17
libraries/javalib/javax/swing/text/BoxView.java:1.2->1.3
libraries/javalib/javax/swing/text/CompositeView.java:1.4->1.5
libraries/javalib/javax/swing/text/FlowView.java:1.1->1.2
libraries/javalib/javax/swing/text/GapContent.java:1.10->1.11
libraries/javalib/javax/swing/text/GlyphView.java:1.4->1.5
libraries/javalib/javax/swing/text/ParagraphView.java:1.1->1.2
libraries/javalib/javax/swing/text/StyledEditorKit.java:1.6->1.7
libraries/javalib/javax/swing/text/View.java:1.14->1.15
libraries/javalib/javax/swing/tree/DefaultTreeModel.java:1.9->1.10
libraries/javalib/javax/xml/datatype/DatatypeFactory.java:1.5->1.6
libraries/javalib/javax/xml/namespace/QName.java:1.11->1.12
libraries/javalib/javax/xml/parsers/DocumentBuilder.java:1.12->1.13
libraries/javalib/javax/xml/parsers/SAXParser.java:1.11->1.12
libraries/javalib/javax/xml/transform/Source.java:1.9->1.10
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4396 kaffe/ChangeLog:1.4397
--- kaffe/ChangeLog:1.4396 Sat Aug 27 02:34:10 2005
+++ kaffe/ChangeLog Sun Aug 28 01:46:46 2005
@@ -1,5 +1,265 @@
2005-08-27 Dalibor Topic <robilad at kaffe.org>
+ Resynced with GNU Classpath.
+
+ 2005-08-26 David Gilbert <david.gilbert at object-refinery.com>
+
+ * javax/swing/plaf/basic/BasicCheckBoxUI.java
+ (installUI): removed,
+ * javax/swing/plaf/basic/BasicIconFactory.java
+ (CheckBoxMenuItemIcon): new support class,
+ (getCheckBoxMenuItemIcon): return instance of CheckBoxMenuItemIcon,
+ * javax/swing/plaf/basic/BasicLookAndFeel.java
+ (initComponentDefaults): changed value for 'CheckBoxMenuItem.checkIcon'
+ and removed entry for 'CheckBoxMenuItem.icon',
+ * javax/swing/plaf/basic/BasicMenuItemUI.java
+ (paintMenuItem): let icon handle selection status,
+ * javax/swing/plaf/metal/MetalIconFactory.java
+ (CheckBoxMenuItemIcon): new support class,
+ (getCheckBoxIcon): implemented,
+ (getCheckBoxMenuItemIcon): implemented,
+ * javax/swing/plaf/metal/MetalLookAndFeel.java
+ (initComponentDefaults): added entry for 'CheckBoxMenuItem.checkIcon'.
+
+ 2005-08-26 Thomas Fitzsimmons <fitzsim at redhat.com>
+
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
+ (create): Only set overwrite confirmation if using GTK >= 2.8.
+
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
+ (setVisibleNative): Call gdk_flush before releasing GDK lock.
+ (setVisibleNativeUnlocked): Don't call gdk_flush.
+
+ 2005-08-26 Thomas Fitzsimmons <fitzsim at redhat.com>
+
+ PR classpath/21660:
+ * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
+ native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
+ (AWT_FILEDIALOG_LOAD): New macro.
+ (AWT_FILEDIALOG_SAVE): Likewise.
+ (create(GtkContainerPeer,int)): Add mode parameter. Create Save
+ dialog if mode is AWT_FILEDIALOG_SAVE. Remove workaround for
+ http://bugzilla.gnome.org/show_bug.cgi?id=166852.
+ (create()): Add mode argument to create call.
+ * gnu/java/awt/peer/gtk/GtkWindowPeer.java,
+ native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
+ (setVisibleNative): Override method.
+ (setVisibleNativeUnlocked): Override method. Call gdk_flush after
+ showing or hiding window.
+ * include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h: Regenerate.
+ * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: Regenerate.
+
+ 2005-08-25 Mark Wielaard <mark at klomp.org>
+
+ * timezones.pl (parseRule): Add dayoffset when $time represents
+ more then a day.
+ * java/util/TimeZone.java (timezones): Regenerate.
+
+ 2005-08-25 Mark Wielaard <mark at klomp.org>
+
+ Reported by Bastiaan Huisman <huisman at science.uva.nl>
+ * scripts/tzabbrevs: Change America/Buenos_Aires to
+ America/Argentina/Buenos_Aires for AGT link.
+ * timezones.pl (parseTime): Assume and return wall time.
+ Reindent output.
+ * java/util/TimeZone.java (timezones): Regenerate using tzdata2005l.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/JTextPane.java
+ (JTextPane()): Don't set the document to null here.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/plaf/basic/BasicTextUI.java
+ (RootView.preferenceChanged): Revalidate the text component.
+ (RootView.setParent): Set parent of views to null. The parent
+ of the added child view is set to the root view in the
+ BasicTextUI class.
+ (RootView.getView): Implemented new method.
+ (RootView.getViewCount): Implemented new method.
+ (RootView.changedUpdate): Use the correct ViewFactory here.
+ (RootView.insertUpdate): Use the correct ViewFactory here.
+ (RootView.removeUpdate): Use the correct ViewFactory here.
+ (setView): Set the view's parent to the root view.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/View.java
+ (View): Don't manage child views here.
+ (getContainer): Throw AssertionError if we have no parent. This
+ should not happen.
+ (append): Call replace to do the real action. Child views
+ are not managed in the View class itself.
+ (removeAll): Give replace an empty array instead of null.
+ Avoids NPEs in subclasses that don't handle the null case.
+ (preferenceChanged): Don't revalidate here. This is too
+ expensive and not necessary.
+ (updateChildren): Let replace do the actual action. We don't
+ manage child views in the View class.
+ (forwardUpdate): Don't access children directly.
+ (dump): Added package private methods useful for debugging.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/StyledEditorKit.java
+ (StyledViewFactory.create): Use new BoxView constructor. Throw
+ AssertionError if an unknown element type is encountered,
+ since this should not happen.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/GlyphView.java
+ (GlyphPainter): Implemented abstract inner class.
+ (DefaultGlyphPainter): Implemented concrete impl of
+ GlyphPainter.
+ (getGlyphPainter): Implemented new method.
+ (setGlyphPainter): Likewise.
+ (checkPainter): Likewise.
+ (paint): Likewise.
+ (getPreferredSpan): Likewise.
+ (modelToView): Likewise.
+ (getTabExpander): Likewise.
+ (getTabbedSpan): Likewise.
+ (getPartialSpan): Likewise.
+ (getBeginIndex): Likewise.
+ (getEndIndex): Likewise.
+ (getText): Likewise.
+ (getFont): Likewise.
+ (getForeground): Likewise.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/GapContent.java
+ (getString): Throw BadLocationException instead of letting
+ a StringIndexOutOfBoundsException bubble up.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/ParagraphView.java
+ (Row): Implemented inner class.
+ (ParagraphView(Element)): Implemented constructor.
+ (nextTabStop): Added dummy implementation for TabExpander
+ interface.
+ (createRow): Implemented new method.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/FlowView.java
+ (FlowStrategy): Implemented inner class.
+ (LogicalView): Likewise.
+ (FlowView(Element, int)): Implemented constructor.
+ (getFlowAxis): Implemented new method.
+ (getFlowSpan): Likewise.
+ (getFlowStart): Likewise.
+ (createRow): Added new abstract method.
+ (loadChildren): Implemented new method.
+ (layout): Implemented new method.
+ (insertUpdate): Implemented new method.
+ (removeUpdate): Implemented new method.
+ (changedUpdate): Implemented new method.
+ (getViewIndexAtPosition): Implemented new method.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/CompositeView.java
+ (loadChildren): Call replace to actually change the child
+ elements. This way subclasses can modify the child
+ management behaviour by simply overriding replace.
+ (setParent): Only call loadChildren if the parent to be set
+ is actually not null.
+ (replace): Check for null children. Set the parent of removed
+ children to null. Set the parent of the added children to
+ this.
+ (modelToView): Added some sanity checks.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/BoxView.java
+ (BoxView(Element, int)): Implemented.
+ (getAxis): Likewise.
+ (setAxis): Likewise.
+ (layoutChanged): Likewise.
+ (isLayoutValid): Likewise.
+ (paintChild): Likewise.
+ (replace): Likewise.
+ (paint): Likewise.
+ (getPreferredSpan): Likewise.
+ (getMaximumSpan): Likewise.
+ (baselineRequirements): Likewise.
+ (calculateMajorAxisRequirements): Likewise.
+ (calculateMinorAxisRequirements): Likewise.
+ (isBefore): Likewise.
+ (isAfter): Likewise.
+ (getViewAtPoint): Likewise.
+ (childAllocation): Likewise.
+ (layout): Likewise.
+ (layoutMajorAxis): Likewise.
+ (layoutMinorAxis): Likewise.
+ (isAllocationValid): Likewise.
+ (getWidth): Likewise.
+ (getHeight): Likewise.
+ (setSize): Likewise.
+ (validateLayout): Likewise.
+
+ 2005-08-25 Roman Kennke <roman at kennke.org>
+
+ * javax/swing/text/AbstractDocument.java
+ (AbstractElement.dumpElement): Throw AssertionError when
+ a BadLocationException is encountered.
+ (BranchElement.getElementIndex): Return -1 if there is no child
+ element. Return elementCount - 1 if the requested offset is after
+ the child elements of that element.
+ (BranchElement.getEndOffset): Throw NPE if this element has no
+ children.
+ (BranchElement.getStartOffset): Throw NPE if this element has
+ no children.
+ (DefaultDocumentEvent.addEdit): Implemented.
+ (DefaultDocumentEvent.getChange): Implemented.
+
+ 2005-08-25 Lillian Angel <langel at redhat.com>
+
+ * javax/swing/JPasswordField.java
+ (setText): Changed to raise an AssertionError when a
+ BadLocationException is caught.
+
+ 2005-08-25 Mark Wielaard <mark at klomp.org>
+
+ * javax/xml/namespace/QName.java: Updated boilerplate address.
+ * gnu/xml/xpath/XPathParser.y: Likewise.
+ * gnu/xml/xpath/XPathParser.java: Regenerated.
+
+ 2005-08-25 David Gilbert <david.gilbert at object-refinery.com>
+
+ * javax/xml/datatype/DatatypeFactory.java: minor API doc fixes,
+ * javax/xml/parsers/DocumentBuilder.java: likewise,
+ * javax/xml/parsers/SAXParser.java: likewise,
+ * javax/xml/transform/Source.java: likewise.
+
+ 2005-08-25 David Gilbert <david.gilbert at object-refinery.com>
+
+ * javax/swing/tree/DefaultTreeModel.java
+ (nodesWereRemoved): minor API doc fix.
+
+ 2005-08-25 David Gilbert <david.gilbert at object-refinery.com>
+
+ * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java
+ (activeBGColor): removed,
+ (activeFGColor): removed,
+ (inactiveBGColor): removed,
+ (inactiveFGColor): removed,
+ (installDefaults): replaced removed fields above with correct ones,
+ (uninstallDefaults): likewise,
+ (setButtonIcons): implemented,
+ (paintComponent): replaced removed fields above with correct ones;
+ * javax/swing/plaf/metal/MetalInternalFrameTitlePane.java: implemented,
+ * javax/swing/plaf/metal/MetalInternalFrameUI.java
+ (createNorthPane): implemented,
+ * javax/swing/plaf/metal/MetalLookAndFeel.java
+ (initComponentDefaults): added internal frame icons.
+
+2005-08-27 Dalibor Topic <robilad at kaffe.org>
+
* libraries/javalib/gnu/classpath/VMSystemProperties.java
Set java.class.version to 48.0 for Maven 2.
Index: kaffe/libltdl/configure
diff -u kaffe/libltdl/configure:1.89 kaffe/libltdl/configure:1.90
--- kaffe/libltdl/configure:1.89 Thu Aug 25 22:25:09 2005
+++ kaffe/libltdl/configure Sun Aug 28 01:46:49 2005
@@ -1153,7 +1153,7 @@
else
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
fi
- cd "$ac_popdir"
+ cd $ac_popdir
done
fi
@@ -2541,7 +2541,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -2599,7 +2600,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -2715,7 +2717,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -2769,7 +2772,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -2814,7 +2818,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -2858,7 +2863,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -3147,7 +3153,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -3207,7 +3214,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -3860,7 +3868,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 3863 "configure"' > conftest.$ac_ext
+ echo '#line 3871 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -3980,7 +3988,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -4531,7 +4540,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -4701,7 +4711,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -4768,7 +4779,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -5028,7 +5040,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -5086,7 +5099,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -5157,7 +5171,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -5201,7 +5216,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -5673,7 +5689,7 @@
# Provide some information about the compiler.
-echo "$as_me:5676:" \
+echo "$as_me:5692:" \
"checking for Fortran 77 compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
@@ -5719,7 +5735,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_f77_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -5768,7 +5785,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_f77_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -6773,11 +6791,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:6776: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:6794: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:6780: \$? = $ac_status" >&5
+ echo "$as_me:6798: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7035,11 +7053,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7038: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7056: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7042: \$? = $ac_status" >&5
+ echo "$as_me:7060: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7097,11 +7115,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7100: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7118: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:7104: \$? = $ac_status" >&5
+ echo "$as_me:7122: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -7525,7 +7543,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -7585,7 +7604,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -8795,7 +8815,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -8898,7 +8919,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -8963,7 +8985,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -9056,7 +9079,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -9121,7 +9145,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -9187,7 +9212,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -9253,7 +9279,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -9328,7 +9355,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9331 "configure"
+#line 9358 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9426,7 +9453,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9429 "configure"
+#line 9456 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10495,7 +10522,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -10556,7 +10584,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -11676,11 +11705,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:11679: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11708: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:11683: \$? = $ac_status" >&5
+ echo "$as_me:11712: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -11738,11 +11767,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:11741: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11770: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:11745: \$? = $ac_status" >&5
+ echo "$as_me:11774: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -12567,7 +12596,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -12670,7 +12700,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -12735,7 +12766,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -12828,7 +12860,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -12893,7 +12926,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -12959,7 +12993,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -13025,7 +13060,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_cxx_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -13100,7 +13136,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 13103 "configure"
+#line 13139 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13198,7 +13234,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 13201 "configure"
+#line 13237 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14083,11 +14119,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14086: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14122: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:14090: \$? = $ac_status" >&5
+ echo "$as_me:14126: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -14145,11 +14181,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:14148: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14184: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:14152: \$? = $ac_status" >&5
+ echo "$as_me:14188: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -14563,7 +14599,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_f77_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -14613,7 +14650,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_f77_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -16269,11 +16307,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16272: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16310: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16276: \$? = $ac_status" >&5
+ echo "$as_me:16314: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16531,11 +16569,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16534: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16572: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16538: \$? = $ac_status" >&5
+ echo "$as_me:16576: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16593,11 +16631,11 @@
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16596: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16634: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:16600: \$? = $ac_status" >&5
+ echo "$as_me:16638: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -17021,7 +17059,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -17081,7 +17120,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18291,7 +18331,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18394,7 +18435,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18459,7 +18501,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18552,7 +18595,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18617,7 +18661,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18683,7 +18728,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18749,7 +18795,8 @@
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@@ -18824,7 +18871,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
*** Patch too long, truncated ***
More information about the kaffe
mailing list