6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "Running autoreconf..."
|
||
|
|
||
|
autoreconf -i
|