diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-20 23:19:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-21 01:35:39 +0300 |
commit | cbc1b271ea57cb68a2663a52dd096749218eda3e (patch) | |
tree | 51eb4db9fe7fd37e6d62a0ae430959d09795692f /configure.ac | |
parent | 8963c582f2d2f2879b69821337a5c396f9712a06 (diff) | |
download | plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.tar.gz plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.tar.bz2 plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.tar.xz plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.zip |
Add shell scripts for running branded tmw and evol versions.
Not present in install make action.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3756fd320..126a88d41 100755 --- a/configure.ac +++ b/configure.ac @@ -398,6 +398,9 @@ docs/Makefile po/Makefile.in ]) +AC_CONFIG_FILES([data/evol/evol], [chmod +x data/evol/evol]) +AC_CONFIG_FILES([data/tmw/tmw], [chmod +x data/tmw/tmw]) + AC_OUTPUT echo |