]> git.proxmox.com Git - ceph.git/blob - ceph/src/crypto/isa-l/isa-l_crypto/autogen.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / crypto / isa-l / isa-l_crypto / autogen.sh
1 #!/bin/sh -e
2
3 autoreconf --install --symlink -f
4
5 libdir() {
6 echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
7 }
8
9 args="--prefix=/usr --libdir=$(libdir /usr/lib)"
10
11 echo
12 echo "----------------------------------------------------------------"
13 echo "Initialized build system. For a common configuration please run:"
14 echo "----------------------------------------------------------------"
15 echo
16 echo "./configure $args"
17 echo