#!/bin/sh # These variables are automatically filled in by the configure script. prefix="@prefix@" exec_prefix="@exec_prefix@" libdir="@libdir@" includedir="@includedir@" name="@PACKAGE_TARNAME@" version="@PACKAGE_VERSION@" gtest_ldflags="-L${libdir}" gtest_libs="-l${name}" gtest_cppflags="-I${includedir}" gtest_cxxflags="" show_usage() { cat <