Files
OpenPLC_v3/utils/libmodbus_src/autogen.sh
2018-06-14 10:43:52 -07:00

15 lines
385 B
Bash
Executable File

#! /bin/sh
if autoreconf --install --symlink --force; then
echo
echo "------------------------------------------------------"
echo "Initialized build system. You can now run ./configure "
echo "------------------------------------------------------"
echo
else
echo
echo "--------------------------"
echo "Running autoreconf failed."
echo "--------------------------"
echo
fi