ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.46
Committed: Mon Nov 28 19:36:28 2005 UTC (18 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-6_2, rel-6_0, rel-5_9, rel-6_1
Changes since 1.45: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.5 #!/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 root 1.41 # just set some compiler options
7     if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
8 root 1.46 CC=ccache\ gcc-4.0
9     CXX=ccache\ g++-4.0
10 root 1.41 export CC CXX
11     fi
12    
13 root 1.45 ./configure --prefix=/opt/rxvt --with-name=rxvt \
14     --enable-transparency --enable-menubar --enable-xpm-background --enable-xgetdefault \
15 pcg 1.17 "$@"