Index: server/fedora/specs/tokensys.spec
===================================================================
--- server/fedora/specs/tokensys.spec	(revision 2)
+++ server/fedora/specs/tokensys.spec	(revision 36)
@@ -10,4 +10,5 @@
 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
 %define debug_package %{nil}
+Prereq: /usr/kerberos/bin/kinit, /usr/bin/aklog
 
 %description 
@@ -23,5 +24,5 @@
 
 %build
-./configure
+./configure --with-kinit=/usr/kerberos/bin/kinit --with-aklog=/usr/bin/aklog
 
 %install
