adf5356fcc
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@396 185d5e19-27fe-0310-9dcf-9bff6b9f3609
10 lines
101 B
Bash
Executable file
10 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
aclocal
|
|
libtoolize --copy --force
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|