summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 336463c9c75d10000c4c977aefa9a71e40fc69bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

autoreconf -v -f --install || exit 1

./configure \
	CFLAGS="-O2 -Wall" \
	--enable-man \
	--enable-maintainer-mode \
	--disable-shared \
	--without-libpam \
	--with-selinux \
	"$@"