proto-1.0 144: Fix on configure.ac

13 Apr
2005
13 Apr
'05
7:57 p.m.
Index: ChangeLog from Damien Thivolle <damien@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.
7461
Age (days ago)
7461
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damien Thivolle