Files
Paul Kocialkowski e29b04ccc7 autotools: Rewrite configuration in a minimalistic fashion
Drop the per-codec options while at it, since we'll soon include a copy
of the associated headers.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
2019-03-07 11:37:12 +01:00

9 lines
78 B
Bash
Executable File

#!/bin/sh
autoreconf -vi
if [ -z "$NOCONFIGURE" ]
then
./configure "$@"
fi