Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4511725
CONFIG_FILES_EXEC.m4
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
750 B
Referenced Files
None
Subscribers
None
CONFIG_FILES_EXEC.m4
View Options
#
# Copyright 2021 the Pacemaker project contributors
#
# The version control history for this file may have further details.
#
# This source code is licensed under the GNU General Public License version 2
# or later (GPLv2+) WITHOUT ANY WARRANTY.
# CONFIG_FILE_EXEC(FILE [...])
#
# Mark single FILE as configure-generated, and make it executable once created.
#
AC_DEFUN([CONFIG_FILE_EXEC], [AC_CONFIG_FILES([$1], [chmod +x "$1"])])
# CONFIG_FILES_EXEC(FILE [...])
#
# Mark multiple FILEs as configure-generated, and make them executable.
#
AC_DEFUN([CONFIG_FILES_EXEC], [
m4_case([$#], [0], [],
[1], [CONFIG_FILE_EXEC([$1])],
[CONFIG_FILE_EXEC([$1])
CONFIG_FILES_EXEC(m4_shift($@))])
])
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Wed, Jun 25, 2:16 AM (8 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1697545
Default Alt Text
CONFIG_FILES_EXEC.m4 (750 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment