From 3b6eaf03d1bb27ef42bd500a34799b82acf47c61 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 14 Mar 2012 15:58:33 +0100 Subject: Fix distcheck Most data files are listed through EXTRA_DIST, so they are left in the top srcdir during VPATH builds. The new EphyWebView unit test needs data/pages/error.html, so distcheck was broken because ephy_file ("error.html") was failing since it looked for them in $pwd/data. To fix this, look for files in the top srcdir instead of $pwd/data, which will lead to the builddir data data dir during distcheck. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d2b3cf984..bafab26a3 100644 --- a/configure.ac +++ b/configure.ac @@ -235,13 +235,6 @@ fi AM_CONDITIONAL([ENABLE_ZEROCONF],[test "$enable_zeroconf" = "yes"]) -# ************ -# Misc defines -# ************ - -# uninstalled share dir to search data -AC_DEFINE_UNQUOTED([SHARE_UNINSTALLED_DIR], ["`pwd`/data"], [path to source data dir]) - # ******************************* # Add warning flags # ******************************* -- cgit v1.2.3