From 4c53a5d8f4f23358a101ef6bda4b6b8ea4b95274 Mon Sep 17 00:00:00 2001
From: Bill Spitzak
Date: Sun, 31 Jan 1999 07:43:16 +0000
Subject: Added optimization for SGI builds (mike: please run autoconf before
making a distribution). Documentation fixes.
git-svn-id: file:///fltk/svn/fltk/trunk@259 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
configure.in | 19 ++++++++---------
documentation/Fl_Browser_.html | 2 ++
documentation/Fl_Float_Input.html | 4 ++--
documentation/Fl_Group.html | 38 +++++++++++++++++----------------
documentation/Fl_Int_Input.html | 4 ++--
documentation/Fl_Slider.html | 2 +-
documentation/Fl_Valuator.html | 2 +-
documentation/Fl_Value_Input.html | 4 ++--
documentation/Fl_Window.html | 16 +++++++++++++-
documentation/basics.html | 44 +++++++++++++++++++++++---------------
documentation/common.html | 6 ++++--
documentation/drawing.html | 45 ++++++---------------------------------
documentation/enumerations.html | 23 +++++++++++---------
documentation/events.html | 1 +
documentation/opengl.html | 30 +++++++++++++-------------
documentation/subclassing.html | 38 ++++++++++++++++-----------------
documentation/widgets.html | 4 ++--
fluid/Makefile | 16 ++++++--------
src/Makefile | 15 ++++++-------
test/Makefile | 27 +++++++++--------------
20 files changed, 164 insertions(+), 176 deletions(-)
diff --git a/configure.in b/configure.in
index 2be4849ab..1d39379d8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl# -*- sh -*-
dnl# the "configure" script is made from this by running GNU "autoconf"
dnl#
-dnl# "$Id: configure.in,v 1.18 1999/01/27 17:52:23 mike Exp $"
+dnl# "$Id: configure.in,v 1.19 1999/01/31 07:43:08 bill Exp $"
dnl#
dnl# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -39,7 +39,7 @@ fi
DEBUGFLAG=""
AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]],if eval "test x$enable_debug = xyes"; then
- DEBUGFLAG="-g"
+ DEBUGFLAG="-g "
fi)
AC_ARG_ENABLE(shared, [ --enable-shared turn on shared libraries [default=no]],[
if eval "test x$enable_shared = xyes"; then
@@ -70,9 +70,6 @@ if eval "test x$enable_shared = xyes"; then
esac
fi])
-CFLAGS="$DEBUGFLAG $CFLAGS"
-CXXFLAGS="$DEBUGFLAG $CXXFLAGS"
-
AC_PROG_CC
AC_PROG_CXX
dnl# AC_PROG_INSTALL
@@ -148,17 +145,19 @@ dnl# Uncomment these if you don't have IDO 7.2 or higher
dnl# CXX="CC -n32"
dnl# CC="cc -n32"
dnl# LD="ld -n32"
- MAKEDEPEND="CC -M"
+dnl# MAKEDEPEND="CC -M"
# -woff 3322 is necessary due to errors in Xlib headers on IRIX
- CFLAGS="-fullwarn $CFLAGS"
- CXXFLAGS="-fullwarn -woff 1685 -woff 3322 $CXXFLAGS"
- MAKEDEPEND="CC -M"
+ CFLAGS="-O2 -fullwarn $CFLAGS"
+ CXXFLAGS="-O2 -fullwarn -woff 1685 -woff 3322 $CXXFLAGS"
else
CXXFLAGS="+w +pp $CXXFLAGS"
fi
fi
fi
+CFLAGS="$DEBUGFLAG$CFLAGS"
+CXXFLAGS="$DEBUGFLAG$CXXFLAGS"
+
AC_SUBST(LIBNAME)
AC_SUBST(LIBCOMMAND)
AC_SUBST(MAKEDEPEND)
@@ -166,5 +165,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
dnl#
-dnl# End of "$Id: configure.in,v 1.18 1999/01/27 17:52:23 mike Exp $".
+dnl# End of "$Id: configure.in,v 1.19 1999/01/31 07:43:08 bill Exp $".
dnl#
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html
index 037fd211f..ad5c4ef1e 100644
--- a/documentation/Fl_Browser_.html
+++ b/documentation/Fl_Browser_.html
@@ -93,6 +93,7 @@ other slow operation.
+Sorry, documentation is incomplete at this time
@@ -131,4 +132,5 @@ browser.
The first form gets the default text size for the lines in the
browser.
The second form sets the default text size to size
+