--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- nfs-utils-2.3.3/configure.ac 2019-01-06 09:15:25.160076590 +0100 +++ nfs-utils-2.3.3/configure.ac 2019-01-06 09:33:17.718592704 +0100 @@ -158,7 +158,8 @@ AC_ARG_WITH(rpcgen, RPCGEN_PATH=$rpcgen_path fi AC_SUBST(RPCGEN_PATH) - AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "internal"]) + AM_CONDITIONAL(CONFIG_RPCGEN, [test "$rpcgen_path" = "internal"]) + AM_COND_IF([CONFIG_RPCGEN], RPCGEN_PATH="tools/rpcgen/rpcgen") AC_ARG_ENABLE(uuid, [AC_HELP_STRING([--disable-uuid], [Exclude uuid support to avoid buggy libblkid. @<:@default=no@:>@])], --- nfs-utils-2.3.3/Makefile.am 2018-09-06 20:09:08.000000000 +0200 +++ nfs-utils-2.3.3/Makefile.am 2019-01-06 09:38:27.141702728 +0100 @@ -2,7 +2,11 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = support tools utils linux-nfs tests systemd +if CONFIG_RPCGEN + SUBDIRS = tools/rpcgen support tools utils linux-nfs tests systemd +else + SUBDIRS = support tools utils linux-nfs tests systemd +endif MAINTAINERCLEANFILES = Makefile.in