summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-05-11 09:31:24 -0400
committerJan Zeleny <jzeleny@redhat.com>2012-05-15 09:08:24 +0200
commit013e9da407a3b583db93f827f054cd2fd6127739 (patch)
tree389e1a44fc70b3e0a52c72a54c45bcd5986338f3 /configure.ac
parent6b3bc0158926ed03536c6c72b3847b8c04ace864 (diff)
downloadding-libs-013e9da407a3b583db93f827f054cd2fd6127739.tar.gz
ding-libs-013e9da407a3b583db93f827f054cd2fd6127739.tar.xz
ding-libs-013e9da407a3b583db93f827f054cd2fd6127739.zip
Fix issue when running make distcheck
When running 'make distcheck', all files in the $srcdir are set to read-only, to ensure that the build does not modify the source. However, this broke our ability to test file permissions. We will now copy the file to the builddir and do the tests there, where we have control.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e22e8a..eae028f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,5 +77,6 @@ AC_CONFIG_FILES([Makefile contrib/ding-libs.spec
refarray/ref_array.cfg.doxy refarray/ref_array.pc
basicobjects/basicobjects.cfg.doxy
basicobjects/basicobjects.pc
- ini/ini_config.cfg.doxy ini/ini_config.pc])
+ ini/ini_config.cfg.doxy ini/ini_config.pc
+ ini/ini.d/foo.conf])
AC_OUTPUT