pkg-config 0.23

setup.sh

#!/bin/sh

if [ $# -eq 1 ]; then
        . ../setup-pre.sh $1
else
        . ../setup-pre.sh
fi

./configure $CONFDIRS

makeしてインストールします。

./setup.sh [i386|amd64|sparcv8plus|sparcv9]
% gmake
# gmake install

hiraga@next-hop.net
Last modified: $Date: 2008/05/03 12:56:02 $
Apache