ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.36
Committed: Tue Oct 12 19:30:58 2004 UTC (19 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-4_4, rel-4_6, rel-4_7, rel-4_2, rel-4_3, rel-4_1
Changes since 1.35: +0 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.5 #!/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 pcg 1.1 ./configure --prefix=/opt/rxvt --enable-utmp \
7 root 1.27 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
8 root 1.33 --disable-keepscrolling --enable-xft --enable-mousewheel \
9 root 1.26 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
10     --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
11 root 1.35 --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \
12 root 1.26 --enable-cursor-blink --enable-text-blink --enable-fading \
13 root 1.28 --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
14 root 1.33 --enable-font-styles \
15     --enable-next-scroll --enable-xterm-scroll \
16 pcg 1.17 "$@"