Fixup find-requires linking for srcdir != builddir.
authorMark Wielaard <mjw@redhat.com>
Tue, 5 Mar 2013 20:31:06 +0000 (21:31 +0100)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Jun 2013 07:25:48 +0000 (10:25 +0300)
commit1c7bac63457eac747a054e76f6c6a4a6a1009b9a
treef2987f597c970bbf3e7dae53b461fccef3661a52
parent7f429b68cc1097a210ce223663146337a0c12b6b
Fixup find-requires linking for srcdir != builddir.

When configuring with srcdir != builddir the find-requires link would fail:
ln: failed to create symbolic link './autodeps/find-requires'

Do the link in the same way as find-provides with an explicit ${srcdir}.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
(cherry picked from commit dd0ea43f14a0cf52b654df2886ac2d68d32e069a)
configure.ac