[PATCH] Symlink src/sh/dpkg-error.sh into build directory
Simon Richter <[email protected]>
| Newsgroups | gmane.linux.debian.devel.dpkg.general |
|---|---|
| Message-ID | <[email protected]> |
This is needed to run the tests during an out-of-tree build
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 36db52e71..cc2027534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,6 +246,7 @@ AC_DEFINE([PACKAGE_RELEASE], [PACKAGE_VERSION " (" ARCHITECTURE ")"],
AC_CONFIG_TESTDIR([src/at])
AM_MISSING_PROG([AUTOM4TE], [autom4te])
+AC_CONFIG_LINKS([src/sh/dpkg-error.sh:src/sh/dpkg-error.sh])
AC_CONFIG_FILES([
Makefile
dselect/Makefile