--- cvsroot/rxvt-unicode/reconf 2003/11/25 11:52:42 1.2 +++ cvsroot/rxvt-unicode/reconf 2005/06/13 05:30:26 1.44 @@ -1,6 +1,23 @@ +#!/bin/sh + +# this is the configure script I use. It represents most of the features I +# support and is a good baseline :) + +# just set some compiler options +if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then + CC=ccache\ gcc-3.4 + CXX=ccache\ g++-3.4 + export CC CXX +fi + ./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-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=all --enable-menubar --enable-tinting \ + --enable-text-blink --enable-fading \ + --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \ + --enable-font-styles --enable-xpm-background --enable-xgetdefault \ + --enable-next-scroll --enable-xterm-scroll \ + "$@"