diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-08-12 11:20:11 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-08-12 11:20:11 -0400 |
commit | 08030aee204975c2d187c5a8d0dabbc67799a104 (patch) | |
tree | 32dd7afbe09299ef90522046624800e9979e3bf5 /configure.ac | |
parent | a5615f37bea556ee4995f368425b281ae86edbac (diff) |
fix permissions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 821098b7..3d21d5f0 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ AC_CONFIG_FILES([gi/pf/Makefile]) AC_CONFIG_FILES([gi/markov_al/Makefile]) AC_CONFIG_FILES([rst_parser/Makefile]) -AC_CONFIG_FILES([python/setup.py],[chmod +x python/setup.py]) +AC_CONFIG_FILES([python/setup.py]) AC_OUTPUT |