shadow/autogen.sh
2007-10-27 23:15:42 +00:00

11 lines
192 B
Bash
Executable File

#! /bin/sh
autoreconf -v -f --install || exit 1
./configure \
CFLAGS="-O2 -Wall" \
--enable-man \
--enable-maintainer-mode \
--disable-shared \
--without-libpam \
--with-selinux \
"$@"