ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.35
Committed: Wed Sep 8 17:22:35 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-4_0
Changes since 1.33: +2 -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 root 1.35 CXX=ccache\ g++-3.4 \
7 pcg 1.1 ./configure --prefix=/opt/rxvt --enable-utmp \
8 root 1.27 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
9 root 1.33 --disable-keepscrolling --enable-xft --enable-mousewheel \
10 root 1.26 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
11     --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
12 root 1.35 --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \
13 root 1.26 --enable-cursor-blink --enable-text-blink --enable-fading \
14 root 1.28 --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
15 root 1.33 --enable-font-styles \
16     --enable-next-scroll --enable-xterm-scroll \
17 pcg 1.17 "$@"