diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-07-25 08:01:30 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-07-25 08:01:30 +0000 |
commit | 399c07ca9b386f00420e1172b5ba6fd76631a231 (patch) | |
tree | 4d8662ebbdf4f27ab8b460a01a8c630834ebb6cf /autogen.sh | |
parent | 05dbea94439f247a974eacc2dd0d806a2e02fc4b (diff) | |
download | pam-399c07ca9b386f00420e1172b5ba6fd76631a231.tar.gz pam-399c07ca9b386f00420e1172b5ba6fd76631a231.tar.bz2 pam-399c07ca9b386f00420e1172b5ba6fd76631a231.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Let autogen.sh generate libtool files to have current versions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ aclocal -I m4 autoheader +libtoolize --force --automake --copy automake --add-missing --copy autoreconf chmod 755 configure |