# Only replace the real version.h if the new one is different# in order to preserve the timestamp and avoid unnecessary# recompilations.if [ -r $TARGET ] && \ cmp -s $TARGET .tmpversion; then echo $TARGET is unchanged; rm -f .tmpversionelse mv -f .tmpversion $TARGETfi