xref: /isa-l_crypto/autogen.sh (revision e938ad70c945676695bef544227e208fe17b29e7)
1#!/bin/sh -e
2
3autoreconf --install --symlink -f -Wno-obsolete
4
5libdir() {
6        echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
7}
8
9args="--prefix=/usr --libdir=$(libdir /usr/lib)"
10
11echo
12echo "----------------------------------------------------------------"
13echo "Initialized build system. For a common configuration please run:"
14echo "----------------------------------------------------------------"
15echo
16echo "./configure $args"
17echo
18