summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b39ffec4df38c12930605ce9f88f7e7a46332d8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

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

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