--- rxvt-unicode/reconf 2003/11/25 15:44:36 1.3 +++ rxvt-unicode/reconf 2004/10/12 19:30:58 1.36 @@ -1,7 +1,16 @@ +#!/bin/sh + +# this is the configure script I use. It represents most of the features I +# support and is a good baseline :) + ./configure --prefix=/opt/rxvt --enable-utmp \ - --enable-wtmp --enable-lastlog --enable-xim --disable-strings --enable-xterm-scroll \ - --with-term=xterm --enable-keepscrolling --enable-xft \ - --enable-frills --disable-swapscreen \ - --with-codesets=eu,jp \ - --enable-cursor-blink - #--enable-pointer-blank --enable-cursor-blink + --enable-wtmp --enable-lastlog --disable-strings --enable-xim \ + --disable-keepscrolling --enable-xft --enable-mousewheel \ + --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \ + --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \ + --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \ + --enable-cursor-blink --enable-text-blink --enable-fading \ + --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \ + --enable-font-styles \ + --enable-next-scroll --enable-xterm-scroll \ + "$@"