]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Script: move vgstack to configure.ac section with chmod -x
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 19 May 2025 06:23:57 +0000 (08:23 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 19 May 2025 06:23:57 +0000 (08:23 +0200)
Previously wasn't possible to run it in place without doing a
chmod -x on it first.

configure.ac

index caa79c0147cb9211bb4484df061f18012e45ac61..a235f1a424649fa1686f15e74db5e9b402247e96 100755 (executable)
@@ -5699,7 +5699,6 @@ AC_CONFIG_FILES([
    auxprogs/Makefile
    mpi/Makefile
    coregrind/Makefile
-   coregrind/vgstack
    memcheck/Makefile
    memcheck/tests/Makefile
    memcheck/tests/common/Makefile
@@ -5791,6 +5790,8 @@ AC_CONFIG_FILES([coregrind/link_tool_exe_darwin],
                 [chmod +x coregrind/link_tool_exe_darwin])
 AC_CONFIG_FILES([coregrind/link_tool_exe_solaris],
                 [chmod +x coregrind/link_tool_exe_solaris])
+AC_CONFIG_FILES([coregrind/vgstack],
+                [chmod +x coregrind/vgstack])
 AC_CONFIG_FILES([tests/filter_stderr_basic],
                 [chmod +x tests/filter_stderr_basic])
 AC_CONFIG_FILES([tests/filter_discards],