--- rxvt-unicode/reconf 2004/03/14 17:33:05 1.19 +++ rxvt-unicode/reconf 2006/01/20 10:27:08 1.51 @@ -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 --enable-keepscrolling --enable-xft \ - --with-name=rxvt --enable-selectionscrolling \ - --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 \ +# 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 + unset CXXFLAGS CFLAGS +fi + +./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \ "$@"