OpenPAM/autogen.des
Dag-Erling Smørgrav a9a5497d3f Reorganize:
- move libpam into lib/libpam
 - move the OATH code into lib/liboath
 - move oath.h into include/security
 - update all pointers


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@646 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2013-03-05 17:49:06 +00:00

23 lines
315 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-oath \
--with-doc \
--with-pam-unix \
--with-pamtest \
--with-su \
--with-modules-dir=/usr/lib \
--enable-developer-warnings \
--enable-werror \
"$@"