summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-09-27 06:16:10 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-09-27 06:16:10 +0000
commita19c5ff65d9a509e7cfcba158fe89267ed131785 (patch)
treef3f4268a0c1b10364ff539cebfcf1ae1a5bd203c /autogen.sh
parente7a4b3ae9b1f401c40cfb01733193c5b8ee7f320 (diff)
downloadlinux-pam-git-a19c5ff65d9a509e7cfcba158fe89267ed131785.tar.gz
Relevant BUGIDs: none
Purpose of commit: bugfix/cleanup Commit summary: --------------- Some cleanups for building out of tree and docu. 2005-09-27 Thorsten Kukuk <kukuk@suse.de> * NEWS: Document removal of pam_radius. * autogen.sh: Make configure script executeable. * conv/pam_conv1/Makefile (EXTRA_DIST): Removed lex.yy.c (lex.yy.c): Fixed out of tree build. * conv/pam_conv1/pam_conv.y: Fix main prototype. * README: Adjust.
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 54567768..e0bd2900 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,3 +3,4 @@
aclocal -I m4
automake --add-missing --copy
autoreconf
+chmod 755 configure