xenocara/app/xcompmgr/autogen.sh

4 lines
62 B
Bash
Raw Normal View History

#! /bin/sh
autoreconf -v --install || exit 1
./configure "$@"