Skip to content

Commit 7895729

Browse files
committed
autotools: Make xslt-config executable
Fixes #87.
1 parent 84f9913 commit 7895729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ tests/fuzz/Makefile
565565
doc/Makefile
566566
doc/devhelp/Makefile
567567
doc/EXSLT/devhelp/Makefile
568-
xslt-config
569568
libxslt.spec
570569
])
570+
AC_CONFIG_FILES([xslt-config], [chmod +x xslt-config])
571571

572572
AC_OUTPUT

0 commit comments

Comments
 (0)