5 lines
109 B
Bash
5 lines
109 B
Bash
|
|
#! /bin/sh
|
||
|
|
set -x -e
|
||
|
|
# --no-recursive is available only in recent autoconf versions
|
||
|
|
autoreconf -fv --install
|