ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.52
Committed: Mon Oct 23 16:37:00 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-8_0, rel-8_1, rel-8_2
Changes since 1.51: +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.52 CC=ccache\ gcc
9     CXX=ccache\ g++
10 root 1.41 export CC CXX
11 root 1.51 unset CXXFLAGS CFLAGS
12 root 1.41 fi
13    
14 root 1.50 ./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \
15 pcg 1.17 "$@"