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

Comparing rxvt-unicode/reconf (file contents):
Revision 1.36 by root, Tue Oct 12 19:30:58 2004 UTC vs.
Revision 1.51 by root, Fri Jan 20 10:27:08 2006 UTC

1#!/bin/sh 1#!/bin/sh
2 2
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
7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 CC=ccache\ gcc-4.0
9 CXX=ccache\ g++-4.0
10 export CC CXX
11 unset CXXFLAGS CFLAGS
12fi
13
6./configure --prefix=/opt/rxvt --enable-utmp \ 14./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \
7 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
8 --disable-keepscrolling --enable-xft --enable-mousewheel \
9 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
10 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
11 --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \
12 --enable-cursor-blink --enable-text-blink --enable-fading \
13 --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
14 --enable-font-styles \
15 --enable-next-scroll --enable-xterm-scroll \
16 "$@" 15 "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines