--- rxvt-unicode/reconf 2003/11/24 17:28:07 1.1 +++ rxvt-unicode/reconf 2004/03/04 03:04:52 1.18 @@ -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-cursor-blink --enable-frills --disable-swapscreen \ - --with-codesets=eu,jp - #--enable-pointer-blank + --enable-wtmp --enable-lastlog --enable-xim --disable-strings \ + --with-term=rxvt --enable-keepscrolling --enable-xft \ + --with-name=rxvt \ + --enable-frills --enable-swapscreen --enable-transparency \ + --with-codesets=eu,jp --enable-menubar \ + --enable-cursor-blink --enable-pointer-blank --enable-text-blink \ + --enable-plain-scroll --enable-combining \ + "$@"