remove cache files and add version info to configure.ac

This commit is contained in:
Roland Gruber 2006-04-24 12:03:11 +00:00
parent 448badfd85
commit f49bf6944f
1 changed files with 2 additions and 0 deletions

View File

@ -31,8 +31,10 @@ 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
perl -pi -e "s/\\@\\@VERSION\\@\\@/$VERSION/g" configure.ac
autoconf
rm configure.ac
rm -r autom4te.cache
cd ..
tar cfvz ldap-account-manager-$VERSION.tar.gz ldap-account-manager-$VERSION