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