Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
review of maintainer's script
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Maggi committed Jan 3, 2014
1 parent c4a0fe7 commit 4fe5fa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.sh
Expand Up @@ -5,15 +5,21 @@
set -xe

prefix=/usr/local
if test -d /lib64
then libdir=${prefix}/lib64
else libdir=${prefix}/lib
fi

../configure \
--enable-maintainer-mode \
--config-cache \
--cache-file=../config.cache \
--prefix="${prefix}" \
--libdir="${libdir}" \
--enable-debug \
CFLAGS='-O3' \
CXXFLAGS='-O3' \
VFLAGS='-O3' \
"$@"

### end of file

0 comments on commit 4fe5fa1

Please sign in to comment.