drm/autogen.sh

4 lines
87 B
Bash
Raw Normal View History

2005-07-12 18:13:12 -06:00
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"