--- rxvt-unicode/reconf 2004/03/03 04:07:51 1.17 +++ rxvt-unicode/reconf 2004/09/08 17:22:35 1.35 @@ -3,12 +3,15 @@ # this is the configure script I use. It represents most of the features I # support and is a good baseline :) +CXX=ccache\ g++-3.4 \ ./configure --prefix=/opt/rxvt --enable-utmp \ - --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-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 \ "$@"