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

Comparing rxvt-unicode/reconf (file contents):
Revision 1.4 by pcg, Tue Nov 25 17:11:32 2003 UTC vs.
Revision 1.35 by root, Wed Sep 8 17:22:35 2004 UTC

1#!/bin/sh
2
3# this is the configure script I use. It represents most of the features I
4# support and is a good baseline :)
5
6CXX=ccache\ g++-3.4 \
1./configure --prefix=/opt/rxvt --enable-utmp \ 7./configure --prefix=/opt/rxvt --enable-utmp \
2 --enable-wtmp --enable-lastlog --enable-xim --disable-strings --enable-xterm-scroll \ 8 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
3 --with-term=xterm --enable-keepscrolling --enable-xft \ 9 --disable-keepscrolling --enable-xft --enable-mousewheel \
4 --enable-frills --disable-swapscreen \ 10 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
5 --with-codesets=eu,jp \ 11 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
12 --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \
6 --enable-cursor-blink --enable-pointer-blank --enable-cursor-blink 13 --enable-cursor-blink --enable-text-blink --enable-fading \
14 --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
15 --enable-font-styles \
16 --enable-next-scroll --enable-xterm-scroll \
17 "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines