💾 Archived View for gopher.zcrayfish.soy › 0 › irc › cfg-lynx captured on 2024-05-26 at 15:06:44.

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

#!/bin/sh
# $Id: cfg-lynx,v 1.24 2018/12/28 21:39:46 tom Exp $

YACC=byacc
CPPFLAGS="-DMISC_EXP -DEXP_HTTP_HEADERS $CPPFLAGS"

export YACC
export CPPFLAGS

PREFIX=/usr/local

OPTS=
case "x$LDFLAGS" in
x*freeWAIS*)
	OPTS="$OPTS --enable-wais"
	;;
esac

cfg-normal $OPTS \
	--prefix=$PREFIX \
	--datadir=$PREFIX/lib \
	--sysconfdir=$PREFIX/lib \
	--disable-internal-links \
	--enable-8bit-toupper \
	--enable-addrlist-page \
	--enable-ascii-ctypes \
	--enable-alt-bindings \
	--enable-cgi-links \
	--enable-change-exec \
	--enable-charset-choice \
	--enable-cjk \
	--enable-default-colors \
	--enable-exec-links \
	--enable-exec-scripts \
	--enable-externs \
	--enable-file-upload \
	--enable-font-switch \
	--enable-forms-options \
	--enable-gzip-help \
	--enable-htmlized-cfg \
	--enable-ipv6 \
	--enable-japanese-utf8 \
	--enable-justify-elts \
	--enable-kbd-layout \
	--enable-local-docs \
	--enable-nested-tables \
	--enable-nsl-fork \
	--enable-partial \
	--enable-persistent-cookies \
	--enable-prettysrc \
	--enable-progressbar \
	--enable-read-eta \
	--enable-scrollbar \
	--enable-session-cache \
	--enable-sessions \
	--enable-source-cache \
	--enable-syslog \
	--enable-wcwidth-support \
	--with-screen=ncurses \
	--with-ssl \
	--with-bzlib \
	--with-zlib \
	$*