5 lines
68 B
Bash
5 lines
68 B
Bash
|
#! /bin/sh -e
|
||
|
rm -f aclocal.m4
|
||
|
mkdir -p config
|
||
|
exec autoreconf -vfi
|