#! /bin/sh

# On systems with no ranlib, then there is no need to actually run it.
# This file will act as a placeholer when a ranlib is not found.  When
# executed, nothing will happen.  Since I have ranlib on my system,
# this is a test feature and hope it works.

echo "Ranlib placeholder executed.  If you need to run ar on the file"
echo "to create a table, then edit bin/ranlib-sh and enter in the"
echo "correct command here."

# end of fake script.
