fprintd/autogen.sh

6 lines
87 B
Bash
Raw Normal View History

2008-03-04 12:36:28 +00:00
#!/bin/sh
aclocal || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure $*