Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -11287,7 +11287,7 @@ printf "%s\n" "$as_me: executing $ac_file commands" >&6;}


case $ac_file$ac_mode in
"default":C) chmod a+x openapp opentool fixpath.sh executable.template ;;
"default":C) chmod a+x openapp opentool fixpath.sh executable.template TestFramework/gnustep-tests ;;

esac
done # for ac_tag
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,6 @@ gnustep-make.spec gnustep-config TestFramework/gnustep-tests
filesystem.make filesystem.sh filesystem.csh gnustep-make-ld.so.conf])
AC_CONFIG_FILES([runtime/$OBJC_RUNTIME_LIB.make:config.make.in])
AC_CONFIG_COMMANDS([default],
[[chmod a+x openapp opentool fixpath.sh executable.template]],
[[chmod a+x openapp opentool fixpath.sh executable.template TestFramework/gnustep-tests]],
[[]])
AC_OUTPUT