OpenPAM/autogen.des
Dag-Erling Smørgrav 119471eac7 Fix some bugs in the build system, and make 'make dist' work as expected.
Also add some configure options for developer use.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@395 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2007-06-03 20:26:18 +00:00

19 lines
251 B
Bash
Executable file

#!/bin/sh
#
# $Id$
#
set -ex
. ./autogen.sh
# autoconf prior to 2.62 has issues with zsh 4.2 and newer
export CONFIG_SHELL=/bin/sh
./configure \
--with-doc \
--with-pam-unix \
--with-su \
--enable-developer-warnings \
--enable-werror \
"$@"