Skip to content
Snippets Groups Projects
Commit e6913075 authored by Christian Engwer's avatar Christian Engwer
Browse files

make check-log-store executable using the AC_CONFIG_FILES semantic

[[Imported from SVN: r7031]]
parent 44b7f61f
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ AC_CONFIG_FILES([Makefile
doc/buildsystem/Makefile
m4/Makefile
am/Makefile
bin/check-log-store
dune-common.pc])
AC_OUTPUT
# make scripts executable
chmod +x bin/check-log-store
AC_CONFIG_FILES([
bin/check-log-store],[
chmod +x bin/check-log-store])
AC_OUTPUT
# print results
DUNE_SUMMARY_ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment