--- cvsroot/rxvt-unicode/reconf 2003/11/25 11:52:42 1.2 +++ cvsroot/rxvt-unicode/reconf 2006/01/02 17:17:02 1.47 @@ -1,6 +1,15 @@ -./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 +#!/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-4.0 + CXX=ccache\ g++-4.0 + export CC CXX +fi + +./configure --prefix=/opt/rxvt --with-name=rxvt --enable-perl \ + --enable-transparency --enable-menubar --enable-xpm-background --enable-xgetdefault \ + "$@"