libwebp/autogen.sh

6 lines
57 B
Bash
Raw Normal View History

#! /bin/sh -e
aclocal
automake
autoconf
./configure "$@"