ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.45
Committed: Tue Oct 25 20:16:41 2005 UTC (18 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-5_8
Changes since 1.44: +2 -10 lines
Log Message:
*** empty log message ***

File Contents

# Content
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
7 if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 CC=ccache\ gcc-3.4
9 CXX=ccache\ g++-3.4
10 export CC CXX
11 fi
12
13 ./configure --prefix=/opt/rxvt --with-name=rxvt \
14 --enable-transparency --enable-menubar --enable-xpm-background --enable-xgetdefault \
15 "$@"