mirror of
https://0xacab.org/liberate/trees.git
synced 2024-11-22 02:00:36 +01:00
9 lines
78 B
Bash
9 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -x
|
||
|
if [ ! -d "config" ]; then
|
||
|
mkdir config
|
||
|
fi
|
||
|
|
||
|
autoreconf -vi
|