(file) Return to configure-world CVS log (file) (dir) Up to [OMI] / omi

 1 mike  1.1 #!/bin/sh
 2           CURDIR=`pwd`
 3           OUTPUTDIR=$CURDIR/output/`./buildtool hostname`
 4           LIBDIR=$OUTPUTDIR/lib
 5           BINDIR=$OUTPUTDIR/bin
 6           LOCALSTATEDIR=$OUTPUTDIR/var
 7           INCLUDEDIR=$OUTPUTDIR/include
 8 krisbash 1.4 CMD="./configure --enable-werror --enable-debug --prefix=$CURDIR --libdir=$LIBDIR --bindir=$BINDIR --localstatedir=$LOCALSTATEDIR --includedir=$INCLUDEDIR $*"
 9 mike     1.1 echo $CMD
10              $CMD

ViewCVS 0.9.2