3 lines
62 B
Bash
Executable file
3 lines
62 B
Bash
Executable file
#! /bin/sh
|
|
autoreconf -v --install || exit 1
|
|
./configure "$@"
|