1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00
libsodium/autogen.sh

12 lines
187 B
Bash
Raw Normal View History

2013-01-19 17:02:02 -07:00
#! /bin/sh
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
exec autoreconf -ivf
fi
aclocal && \
autoheader && \
automake --add-missing --force-missing --include-deps && \
autoconf