build: update gnulib submodule to latest
[cppi/ericb.git] / tests / version-check
blob69d6af3013d199b4af53aacd8fe1b4ba350200df
1 #!/bin/sh
2 # Make sure that we're not running a binary with a different version.
4 case `cppi --version | sed 1q` in
5 *' '$PACKAGE_VERSION) ;;
6 *) exit 1;;
7 esac