9cd25f7e7d
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@938 185d5e19-27fe-0310-9dcf-9bff6b9f3609
10 lines
127 B
Bash
Executable file
10 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $OpenPAM$
|
|
#
|
|
|
|
libtoolize --copy --force
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|