7 lines
59 B
Bash
7 lines
59 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
./update.sh
|
||
|
mkdir -p m4
|
||
|
autoreconf -i -f
|