Fix testing when compiled with --disable-afs-support
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
4328f3980f
commit
61bfc2997b
@@ -9,7 +9,7 @@ do_subst = \
|
||||
-e "s,[@]EGREP[@],$(EGREP),g" \
|
||||
-e "s,[@]top_srcdir[@],$${top_srcdir},g" \
|
||||
-e "s,[@]top_builddir[@],$${top_builddir},g" \
|
||||
-e "s,[@]NO_AFS[@],$${NO_AFS},g"
|
||||
-e "s,[@]NO_AFS[@],$(NO_AFS),g"
|
||||
|
||||
setup-env: setup-env.in Makefile
|
||||
$(do_subst) < $(srcdir)/setup-env.in > setup-env.tmp
|
||||
|
Reference in New Issue
Block a user