--- rxvt-unicode/reconf 2004/07/30 14:59:12 1.26 +++ rxvt-unicode/reconf 2005/10/25 20:16:41 1.45 @@ -3,12 +3,13 @@ # 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 \ - --with-term=rxvt --disable-keepscrolling --enable-xft --enable-mousewheel \ - --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \ - --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \ - --with-codesets=eu,jp --enable-menubar --enable-tinting \ - --enable-cursor-blink --enable-text-blink --enable-fading \ - --enable-plain-scroll --enable-rxvt-scroll --enable-combining \ +# 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 --with-name=rxvt \ + --enable-transparency --enable-menubar --enable-xpm-background --enable-xgetdefault \ "$@"