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