From b22f2651674b4628978bd5971984a01d68510c45 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Thu, 11 Aug 2011 17:24:05 +0200 Subject: hivex: A few tweaks to enable building in a separate directory A couple of fixes by RWMJ so it still works in the same directory case. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 22b806f..a02f86b 100644 --- a/configure.ac +++ b/configure.ac @@ -439,6 +439,7 @@ AC_CONFIG_FILES([Makefile regedit/Makefile sh/Makefile xml/Makefile]) +AC_CONFIG_FILES([python/run-python-tests], [chmod +x python/run-python-tests]) AC_OUTPUT dnl Produce summary. -- cgit