summaryrefslogtreecommitdiffstats
path: root/src/crypto/isa-l/isa-l_crypto/autogen.sh
blob: 0a31893837e5bea209a69e66c6db79f2da89ba1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh -e

autoreconf --install --symlink -f

libdir() {
        echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
}

args="--prefix=/usr --libdir=$(libdir /usr/lib)"

echo
echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
echo "./configure $args"
echo