6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#! /bin/sh
|
|
mkdir -p src/config
|
|
echo Running autoreconf...
|
|
autoreconf -ivf
|
|
echo Running configure...
|
|
./configure "$@"
|