Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F32064457
db_enable_command.m4
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
456 B
Referenced Files
None
Subscribers
None
db_enable_command.m4
View Options
AC_DEFUN([DB_ENABLE_COMMAND],
[
AC_MSG_CHECKING([whether to enable $1 command])
AC_ARG_ENABLE([$1],
AS_HELP_STRING([--enable-$1],[enable $1 command @<:@$2@:>@]),
[db_cv_enable_command_$1=$enableval],
AC_CACHE_VAL([db_cv_enable_command_$1], [db_cv_enable_command_$1=$2]))
if test "[${db_cv_enable_command_$1}]" = yes; then
AC_DEFINE_UNQUOTED([$3],[1],[whether to enable $1 command])
fi
AC_MSG_RESULT([$db_cv_enable_command_$1])
])
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Mon, Jun 8, 09:04 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3721343
Default Alt Text
db_enable_command.m4 (456 B)
Attached To
Mode
rDARKBOT Darkbot
Attached
Detach File
Event Timeline
Log In to Comment