diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-05 15:34:28 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-05 15:34:28 +0000 |
| commit | f6ea21e2fb15bf37605f5d7c760048eda51c8491 (patch) | |
| tree | e1fcc9152ca759a77855f979852706985c1511b6 /configure.in | |
| parent | 51050b38d82ca53bb71c85d2031f9777e6dd373e (diff) | |
Keyboard nav for tabs.
Define MAX_PATH for Cygwin.
Update configure script to add *BSD DSO generation rules and X include
directory for Xdbe.h and OpenGL headers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1556 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 9ab9704eb..9ee19a326 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.33.2.31.2.3 2001/08/02 19:43:49 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.4 2001/08/05 15:34:28 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -77,10 +77,14 @@ if eval "test x$enable_shared = xyes"; then GLDSONAME="libfltkgl.sl.1.1" DSOCOMMAND="ld -b -z +h \$@ $DEBUGFLAG -o" ;; - IRIX* | OSF1* | FreeBSD* | NetBSD* | OpenBSD*) + IRIX* | OSF1*) DSONAME="libfltk.so.1.1" GLDSONAME="libfltkgl.so.1.1" DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared $DEBUGFLAG -o" + FreeBSD* | NetBSD* | OpenBSD*) + DSONAME="libfltk.so.1.1" + GLDSONAME="libfltkgl.so.1.1" + DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" ;; AIX*) DSONAME="libfltk_s.a" @@ -203,6 +207,7 @@ fi LIBS="$LIBS$X_LIBS" CFLAGS="$CFLAGS$X_CFLAGS" CXXFLAGS="$CXXFLAGS$X_CFLAGS" +ac_cpp="$ac_cpp -I$x_includes" dnl Check for OpenGL unless disabled... GLLIB= @@ -433,5 +438,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.3 2001/08/02 19:43:49 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.4 2001/08/05 15:34:28 easysw Exp $". dnl |
