#!/bin/sh

./autogen.sh || exit $?
./configure || exit $?
make rpm || exit $?
