mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 19:48:28 -05:00
9 lines
77 B
Bash
Executable File
9 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ ! -d m4 ]; then
|
|
mkdir m4
|
|
fi
|
|
exec autoreconf -ivf
|