Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* configure.ac: Add a CONFIG_FILES entry for olena/tests/sanity/check
so that chmod is only run once.
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: configure.ac
--- configure.ac (revision 142)
+++ configure.ac (working copy)
@@ -39,9 +39,9 @@
olena/Makefile
olena/oln/Makefile
olena/img/Makefile
- olena/oln/config/pconf.hh:olena/oln/config/pconf-hh.in
- olena/tests/sanity/check],
- [chmod +x olena/tests/sanity/check])
+ olena/oln/config/pconf.hh:olena/oln/config/pconf-hh.in])
+AC_CONFIG_FILES([olena/tests/sanity/check],
+ [chmod +x olena/tests/sanity/check])
### Olena components.
Show replies by date