15a8ff9f4fb6a15ff83d90e63e24e64bab315dd9
[dana/urxvt.git] / reconf
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 --disable-strings --enable-xim \
8             --disable-keepscrolling --enable-xft --enable-mousewheel \
9             --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
10             --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
11             --with-codesets=zh,jp,kr --enable-menubar --enable-tinting \
12             --enable-cursor-blink --enable-text-blink --enable-fading \
13             --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
14             --enable-font-styles \
15             --enable-next-scroll --enable-xterm-scroll \
16             "$@"