autogen.sh revision 1495719024cae87fd42167ec77691ebb64ba20d7
set -e
}
args="\
--prefix=/usr \
--with-rootprefix= \
--sysconfdir=/etc \
--bindir=/sbin \
--libexecdir=/lib \
--with-selinux \
--enable-gtk-doc"
echo
echo "---------------------------------------------------------------------"
echo "Initialized udev build system. For a common configuration please run:"
echo "---------------------------------------------------------------------"
echo
echo "# ./configure $args"
echo