diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-26 19:56:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-26 19:56:34 +0000 |
commit | 3bc4400159fd4c4ed7bbb72167045c37eb781aa7 (patch) | |
tree | 83b0c6e1adfa54dce2e59b430b0b07c1cc5a8de7 /sys-auth/pam_console | |
parent | Version bump #152839 by Jonathan Adamczewski and fix by him for cross-compili... (diff) | |
download | gentoo-2-3bc4400159fd4c4ed7bbb72167045c37eb781aa7.tar.gz gentoo-2-3bc4400159fd4c4ed7bbb72167045c37eb781aa7.tar.bz2 gentoo-2-3bc4400159fd4c4ed7bbb72167045c37eb781aa7.zip |
Check for bison so that it's used instead of yacc.
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'sys-auth/pam_console')
-rw-r--r-- | sys-auth/pam_console/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_console/files/pam_console-configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sys-auth/pam_console/ChangeLog b/sys-auth/pam_console/ChangeLog index cc59be015940..246770cd2663 100644 --- a/sys-auth/pam_console/ChangeLog +++ b/sys-auth/pam_console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_console # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.3 2006/10/26 19:38:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.4 2006/10/26 19:56:34 flameeyes Exp $ + + 26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + files/pam_console-configure.ac: + Check for bison so that it's used instead of yacc. 26 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> pam_console-0.99.6.2.3.6.ebuild: diff --git a/sys-auth/pam_console/files/pam_console-configure.ac b/sys-auth/pam_console/files/pam_console-configure.ac index 967add9c9346..0d2d0288acff 100644 --- a/sys-auth/pam_console/files/pam_console-configure.ac +++ b/sys-auth/pam_console/files/pam_console-configure.ac @@ -16,6 +16,8 @@ m4_undefine([AC_PROG_F77]) m4_defun([AC_PROG_F77],[]) AC_PROG_LIBTOOL +AC_PROG_YACC + SECUREDIR=${libdir}/security SCONFIGDIR=${sysconfdir}/security |