--- rxvt-unicode/reconf 2004/08/15 04:42:45 1.28 +++ rxvt-unicode/reconf 2005/04/26 01:11:18 1.43 @@ -3,12 +3,21 @@ # 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-4.0 + CXX=ccache\ g++-4.0 + export CC CXX +fi + ./configure --prefix=/opt/rxvt --enable-utmp \ --enable-wtmp --enable-lastlog --disable-strings --enable-xim \ - --with-term=rxvt --disable-keepscrolling --enable-xft --enable-mousewheel \ + --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-cursor-blink --enable-text-blink --enable-fading \ + --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 \ "$@"