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

Comparing rxvt-unicode/reconf (file contents):
Revision 1.4 by pcg, Tue Nov 25 17:11:32 2003 UTC vs.
Revision 1.52 by root, Mon Oct 23 16:37:00 2006 UTC

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# just set some compiler options
7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 CC=ccache\ gcc
9 CXX=ccache\ g++
10 export CC CXX
11 unset CXXFLAGS CFLAGS
12fi
13
1./configure --prefix=/opt/rxvt --enable-utmp \ 14./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \
2 --enable-wtmp --enable-lastlog --enable-xim --disable-strings --enable-xterm-scroll \ 15 "$@"
3 --with-term=xterm --enable-keepscrolling --enable-xft \
4 --enable-frills --disable-swapscreen \
5 --with-codesets=eu,jp \
6 --enable-cursor-blink --enable-pointer-blank --enable-cursor-blink

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines