--- rxvt-unicode/reconf 2004/03/03 04:07:51 1.17 +++ rxvt-unicode/reconf 2006/01/04 05:12:04 1.48 @@ -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-frills --enable-swapscreen --enable-transparency \ - --with-codesets=eu,jp --enable-menubar \ - --enable-cursor-blink --enable-pointer-blank --enable-text-blink \ - --enable-plain-scroll \ +# 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 --with-name=rxvt --enable-perl \ + --enable-menubar --enable-xgetdefault \ "$@"