summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-11-24 22:34:04 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-11-24 22:34:04 +0000
commita6a5869d8b58a3cff89787d7431713281edc7c8f (patch)
tree5a4547d90b5fe322bd94e6081f77efd11a5333d2 /autogen.sh
parent9866ec48c569fbd531f1dd3a339a4d2432e4cbb0 (diff)
downloadlinux-pam-git-a6a5869d8b58a3cff89787d7431713281edc7c8f.tar.gz
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix wrong format specifier (%s instead of %m)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index e0bd2900..a4b08df9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,7 @@
#!/bin/sh -x
aclocal -I m4
+autoheader
automake --add-missing --copy
autoreconf
chmod 755 configure