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