added autoconf files

This commit is contained in:
Roland Gruber 2006-03-09 19:07:46 +00:00
parent cd6b60cd40
commit e43b52f65a
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@ rm lam/config/.cvsignore
mv lam ldap-account-manager-$VERSION
# tar.gz
cp lam-packaging/autoconf/configure.ac ldap-account-manager-$VERSION/
cp lam-packaging/autoconf/Makefile.in ldap-account-manager-$VERSION/
cd ldap-account-manager-$VERSION
touch install.sh
autoconf
rm configure.ac
cd ..
tar cfvz ldap-account-manager-$VERSION.tar.gz ldap-account-manager-$VERSION
# Debian