2007-10-07 14:36:51 +00:00
|
|
|
#! /bin/sh
|
2010-08-29 16:42:25 +00:00
|
|
|
|
2011-02-12 14:57:37 +00:00
|
|
|
autoreconf -v -f --install || exit 1
|
2010-08-29 16:42:25 +00:00
|
|
|
|
2007-10-07 14:36:51 +00:00
|
|
|
./configure \
|
|
|
|
CFLAGS="-O2 -Wall" \
|
|
|
|
--enable-man \
|
|
|
|
--enable-maintainer-mode \
|
|
|
|
--disable-shared \
|
|
|
|
--without-libpam \
|
|
|
|
--with-selinux \
|
|
|
|
"$@"
|