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.17 by pcg, Wed Mar 3 04:07:51 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
1./configure --prefix=/opt/rxvt --enable-utmp \ 6./configure --prefix=/opt/rxvt --enable-utmp \
2 --enable-wtmp --enable-lastlog --enable-xim --disable-strings --enable-xterm-scroll \ 7 --enable-wtmp --enable-lastlog --enable-xim --disable-strings \
3 --with-term=xterm --enable-keepscrolling --enable-xft \ 8 --with-term=rxvt --enable-keepscrolling --enable-xft \
9 --with-name=rxvt \
4 --enable-frills --disable-swapscreen \ 10 --enable-frills --enable-swapscreen --enable-transparency \
5 --with-codesets=eu,jp \ 11 --with-codesets=eu,jp --enable-menubar \
6 --enable-cursor-blink --enable-pointer-blank --enable-cursor-blink 12 --enable-cursor-blink --enable-pointer-blank --enable-text-blink \
13 --enable-plain-scroll \
14 "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines