dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@ -319,6 +319,14 @@ if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/usr"; then
@@ -319,6 +319,14 @@ if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/usr"; then
fi
dnl Fix "libdir" variable...
if test "$prefix" = NONE; then
prefix=/usr/local
fi
if test "$exec_prefix" = NONE; then
exec_prefix="$prefix"
fi
if test "$uname" = "IRIX" -a $uversion -ge 62 -a "$libdir" = "\${exec_prefix}/lib" -a "$exec_prefix" = "/usr"; then