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