ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.20
Committed: Mon Mar 29 21:02:10 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_8, rel-3_0, rel-2_7
Changes since 1.19: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
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
6 ./configure --prefix=/opt/rxvt --enable-utmp \
7 --enable-wtmp --enable-lastlog --enable-xim --disable-strings \
8 --with-term=rxvt --enable-keepscrolling --enable-xft \
9 --with-name=rxvt --enable-selectionscrolling \
10 --enable-frills --enable-swapscreen --enable-transparency \
11 --with-codesets=eu,jp --enable-menubar --enable-tinting \
12 --enable-cursor-blink --enable-pointer-blank --enable-text-blink \
13 --enable-plain-scroll --enable-combining \
14 "$@"