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

Comparing rxvt-unicode/reconf (file contents):
Revision 1.27 by root, Wed Aug 4 03:29:28 2004 UTC vs.
Revision 1.42 by root, Sun Apr 17 22:36:13 2005 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
6# just set some compiler options
7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 CC=ccache\ gcc-3.4
9 CXX=ccache\ g++-3.4
10 export CC CXX
11fi
12
6./configure --prefix=/opt/rxvt --enable-utmp \ 13./configure --prefix=/opt/rxvt --enable-utmp \
7 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \ 14 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \
8 --with-term=rxvt --disable-keepscrolling --enable-xft --enable-mousewheel \ 15 --disable-keepscrolling --enable-xft --enable-mousewheel \
9 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \ 16 --with-name=rxvt --enable-selectionscrolling --enable-pointer-blank \
10 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \ 17 --enable-frills --enable-swapscreen --enable-transparency --enable-slipwheeling \
11 --with-codesets=all --enable-menubar --enable-tinting \ 18 --with-codesets=all --enable-menubar --enable-tinting \
12 --enable-cursor-blink --enable-text-blink --enable-fading \ 19 --enable-text-blink --enable-fading \
13 --enable-plain-scroll --enable-rxvt-scroll --enable-combining \ 20 --enable-plain-scroll --enable-rxvt-scroll --enable-combining --enable-iso14755 \
21 --enable-font-styles --enable-xpm-background --enable-xgetdefault \
22 --enable-next-scroll --enable-xterm-scroll \
14 "$@" 23 "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines