ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/reconf
Revision: 1.53
Committed: Sat Feb 17 20:44:03 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.52: +0 -0 lines
State: FILE REMOVED
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
9 CXX=ccache\ g++
10 export CC CXX
11 unset CXXFLAGS CFLAGS
12 fi
13
14 ./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \
15 "$@"