055139ac6a
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)
4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
#! /bin/sh -e
|
|
rm -f aclocal.m4
|
|
mkdir -p config
|
|
exec autoreconf -vfi
|