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

Comparing rxvt-unicode/reconf (file contents):
Revision 1.42 by root, Sun Apr 17 22:36:13 2005 UTC vs.
Revision 1.43 by root, Tue Apr 26 01:11:18 2005 UTC

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 6# just set some compiler options
7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then 7if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 CC=ccache\ gcc-3.4 8 CC=ccache\ gcc-4.0
9 CXX=ccache\ g++-3.4 9 CXX=ccache\ g++-4.0
10 export CC CXX 10 export CC CXX
11fi 11fi
12 12
13./configure --prefix=/opt/rxvt --enable-utmp \ 13./configure --prefix=/opt/rxvt --enable-utmp \
14 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \ 14 --enable-wtmp --enable-lastlog --disable-strings --enable-xim \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines