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

Comparing rxvt-unicode/reconf (file contents):
Revision 1.19 by pcg, Sun Mar 14 17:33:05 2004 UTC vs.
Revision 1.45 by root, Tue Oct 25 20:16:41 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 --with-name=rxvt \
7 --enable-wtmp --enable-lastlog --enable-xim --disable-strings \ 14 --enable-transparency --enable-menubar --enable-xpm-background --enable-xgetdefault \
8 --with-term=rxvt --enable-keepscrolling --enable-xft \
9 --with-name=rxvt --enable-selectionscrolling \
10 --enable-frills --enable-swapscreen --enable-transparency \
11 --with-codesets=eu,jp --enable-menubar \
12 --enable-cursor-blink --enable-pointer-blank --enable-text-blink \
13 --enable-plain-scroll --enable-combining \
14 "$@" 15 "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines