diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-24 22:34:04 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-11-24 22:34:04 +0000 |
commit | a6a5869d8b58a3cff89787d7431713281edc7c8f (patch) | |
tree | 5a4547d90b5fe322bd94e6081f77efd11a5333d2 /autogen.sh | |
parent | 9866ec48c569fbd531f1dd3a339a4d2432e4cbb0 (diff) | |
download | pam-a6a5869d8b58a3cff89787d7431713281edc7c8f.tar.gz pam-a6a5869d8b58a3cff89787d7431713281edc7c8f.tar.bz2 pam-a6a5869d8b58a3cff89787d7431713281edc7c8f.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix wrong format specifier (%s instead of %m)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #!/bin/sh -x aclocal -I m4 +autoheader automake --add-missing --copy autoreconf chmod 755 configure |