Codebase list libisal / lintian-fixes/main autogen.sh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

autogen.sh @lintian-fixes/mainraw · history · blame

#!/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