snapraid/autogen.sh

11 lines
191 B
Bash
Raw Normal View History

2019-01-07 14:06:15 +01:00
#!/bin/sh
#
echo "Generating build information using autoreconf"
# All is done by autoreconf
autoreconf -f -i
# Run configure for this platform
echo "Now you are ready to run ./configure"