ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
(Generate patch)

Comparing rxvt-unicode/reconf (file contents):
Revision 1.35 by root, Wed Sep 8 17:22:35 2004 UTC vs.
Revision 1.36 by root, Tue Oct 12 19:30:58 2004 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3# this is the configure script I use. It represents most of the features I 3# this is the configure script I use. It represents most of the features I
4# support and is a good baseline :) 4# support and is a good baseline :)
5 5
6CXX=ccache\ g++-3.4 \
7./configure --prefix=/opt/rxvt --enable-utmp \ 6./configure --prefix=/opt/rxvt --enable-utmp \
8 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \ 7 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
9 --disable-keepscrolling --enable-xft --enable-mousewheel \ 8 --disable-keepscrolling --enable-xft --enable-mousewheel \
10 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \ 9 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
11 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \ 10 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines