eudev/autogen.sh
Anthony G. Basile eb203b01c9 Final step of revamping the build system
The structure of the source tree is basically correct and this is
about as far as we can go without hacking at the C code.
2012-11-15 21:47:20 -05:00

15 lines
220 B
Bash
Executable File

#!/bin/sh
set -e
if type -p gtkdocize > /dev/null; then
gtkdocize --docdir docs
gtkdocargs=--enable-gtk-doc
fi
aclocal && \
autoheader && \
autoconf && \
libtoolize --copy && \
automake --add-missing --copy