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