diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-15 01:53:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-15 01:53:01 -0400 |
commit | e77d324054053c59adb3c73272d141fca15036ac (patch) | |
tree | a00e361b58b84ffa90913a3a18b8656b743ce2b2 | |
parent | move from lzma to xz (diff) | |
download | sandbox-e77d324054053c59adb3c73272d141fca15036ac.tar.gz sandbox-e77d324054053c59adb3c73272d141fca15036ac.tar.bz2 sandbox-e77d324054053c59adb3c73272d141fca15036ac.zip |
give src/sandbox.sh its own AC_CONFIG_FILES
This should avoid unnecessary chmods when regenerating files other than
src/sandbox.sh which can sometimes lead to ugly warnings/errors when
mucking about the source tree after ./configure.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 1cec466..137fd6f 100644 --- a/configure.ac +++ b/configure.ac @@ -404,9 +404,8 @@ AC_SUBST([LDFLAG_VER]) AC_CONFIG_TESTDIR([tests]) -dnl sandbox.sh needs to be first for the chmod +AC_CONFIG_FILES([src/sandbox.sh], [chmod +x src/sandbox.sh]) AC_CONFIG_FILES([ - src/sandbox.sh Makefile data/Makefile etc/Makefile @@ -419,7 +418,5 @@ AC_CONFIG_FILES([ tests/atlocal tests/Makefile tests/package.m4 -],[dnl -chmod +x src/sandbox.sh ]) AC_OUTPUT |