diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ee246bf..50b57dc 100644 --- a/configure.ac +++ b/configure.ac @@ -68,4 +68,5 @@ AC_SUBST(appdefaultdir) AC_CONFIG_FILES([Makefile man/Makefile]) +AC_CONFIG_FILES([test/round-trip-test], [chmod +x test/round-trip-test]) AC_OUTPUT |