libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / autogen.sh
blob3361b682c022ff9be1a1cd7b121bf4d5e595fc18
1 #! /bin/sh
3 if [ -x "`which autoreconf 2>/dev/null`" ] ; then
4 exec autoreconf -ivf
5 fi
7 if glibtoolize --version > /dev/null 2>&1; then
8 LIBTOOLIZE='glibtoolize'
9 else
10 LIBTOOLIZE='libtoolize'
13 $LIBTOOLIZE && \
14 aclocal && \
15 automake --add-missing --force-missing --include-deps && \
16 autoconf