79bf2081fe
(last changelog entry: 2007-02-01) This also adds the files which were present in the CVS repository, but not present in the shadow archives.
11 lines
192 B
Bash
11 lines
192 B
Bash
#! /bin/sh
|
|
autoreconf -v -f --install || exit 1
|
|
./configure \
|
|
CFLAGS="-O2 -Wall" \
|
|
--enable-man \
|
|
--enable-maintainer-mode \
|
|
--disable-shared \
|
|
--without-libpam \
|
|
--with-selinux \
|
|
"$@"
|