6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
autoreconf -vfi || exit $?
|
||
|
|
||
|
echo "Now run the \`configure' script."
|