mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
6 lines
57 B
Bash
6 lines
57 B
Bash
|
#! /bin/sh -e
|
||
|
aclocal
|
||
|
automake
|
||
|
autoconf
|
||
|
./configure "$@"
|