--- rxvt-unicode/reconf 2003/11/25 17:11:32 1.4 +++ rxvt-unicode/reconf 2004/07/26 18:01:18 1.22 @@ -1,6 +1,14 @@ +#!/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 --enable-xim --disable-strings \ + --with-term=rxvt --disable-keepscrolling --enable-xft --enable-mousewheel \ + --with-name=rxvt --enable-selectionscrolling \ + --enable-frills --enable-swapscreen --enable-transparency \ + --with-codesets=eu,jp --enable-menubar --enable-tinting \ + --enable-cursor-blink --enable-pointer-blank --enable-text-blink \ + --enable-plain-scroll --enable-rxvt-scroll --enable-combining \ + "$@"