use $1 instead of hard-coding

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8950 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-08-16 07:49:55 +00:00
parent 3b29989821
commit 2e7accb17c

View File

@@ -9,8 +9,8 @@ AC_DEFUN(rk_ROKEN, [
AC_REQUIRE([rk_CONFIG_HEADER])
DIR_roken=roken
LIB_roken='$(top_builddir)/lib/roken/libroken.la'
CPPFLAGS_roken='-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken'
LIB_roken='$(top_builddir)/$1/libroken.la'
CPPFLAGS_roken='-I$(top_builddir)/$1 -I$(top_srcdir)/$1'
dnl Checks for programs
AC_REQUIRE([AC_PROG_CC])