summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-09-18 13:05:13 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-09-18 13:11:11 +0200
commitfc976d7de6c88cae8c4ac9946f963f5e736a17ea (patch)
tree2a882ff27b64ddabd7348109927fd064ff27b09c /configure.ac
parentf6ce954de17d1d7ea312e610231e0196cf9c0ffb (diff)
downloadpostgresql-setup-fc976d7de6c88cae8c4ac9946f963f5e736a17ea.tar.gz
postgresql-setup-fc976d7de6c88cae8c4ac9946f963f5e736a17ea.tar.xz
postgresql-setup-fc976d7de6c88cae8c4ac9946f963f5e736a17ea.zip
configury: fix make distcheck errors
* Makefile.am (EXTRA_DIST): Always use $(srcdir) when referencing wildcards. (install-data-hook): Return true even for non-root make install. (DISTCLEANFILES): Mention ChangeLog. * configure.ac (TEST_GEN_FILES_LIST): Only use the basename. * tests/Makefile.am (CHECK_DEPS): Fix reference to TEST_GEN_FILES_LIST. (DISTCLEANFILES): Mention also atconfig and atlocal. * tests/testsuite.at: Fix reference to $TEST_GEN_FILES_LIST, use always $abs_top_builddir when referencing built files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 554810d..3e0f378 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_SUBST([DISTSUFF])
AC_CONFIG_TESTDIR(tests)
AC_CONFIG_FILES([tests/Makefile])
AM_MISSING_PROG([AUTOM4TE], [autom4te])
-AC_SUBST([TEST_GEN_FILES_LIST], [$\(top_srcdir\)/.generated_files])
+AC_SUBST([TEST_GEN_FILES_LIST], [.generated_files])
# Instatiating generated files by sed instead of config.status.