ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
(Generate patch)

Comparing rxvt-unicode/reconf (file contents):
Revision 1.41 by root, Sun Feb 20 19:45:30 2005 UTC vs.
Revision 1.50 by root, Wed Jan 11 23:08:54 2006 UTC

3# this is the configure script I use. It represents most of the features I 3# this is the configure script I use. It represents most of the features I
4# support and is a good baseline :) 4# support and is a good baseline :)
5 5
6# just set some compiler options 6# just set some compiler options
7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then 7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 CC=ccache\ gcc-3.4 8 CC=ccache\ gcc-4.0
9 CXX=ccache\ g++-3.4 9 CXX=ccache\ g++-4.0
10 export CC CXX 10 export CC CXX
11fi 11fi
12 12
13./configure --prefix=/opt/rxvt --enable-utmp \ 13./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \
14 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
15 --disable-keepscrolling --enable-xft --enable-mousewheel \
16 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
17 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
18 --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \
19 --enable-cursor-blink --enable-text-blink --enable-fading \
20 --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
21 --enable-font-styles --enable-xpm-background --enable-xgetdefault \
22 --enable-next-scroll --enable-xterm-scroll \
23 "$@" 14 "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines