Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Base:1
abiword
AbiCommand_plugin.m4
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File AbiCommand_plugin.m4 of Package abiword
command_deps="no" if test "$enable_command" != ""; then if test "$TOOLKIT" != "gtk"; then command_deps="no" AC_MSG_WARN([command plugin: only supported on UNIX/gtk platforms]) else # stolen from the original plugin.m4 in abiword-plugins AC_CHECK_HEADER(readline/readline.h,[ AC_CHECK_HEADER(readline/history.h,[ AC_CHECK_LIB(readline,readline,[ command_deps="yes" ],[ AC_CHECK_LIB(readline,rl_initialize,[ command_deps="yes" ],,) ],) ]) ]) fi fi if test "$enable_command" = "yes" || \ test "$command_deps" = "yes"; then if test "$enable_command_builtin" = "yes"; then AC_MSG_ERROR([command plugin: static linking not supported]) fi AC_MSG_CHECKING([command plugin: for readline and friends]) if test "$command_deps" != "yes"; then AC_MSG_ERROR([no]) else AC_MSG_RESULT([yes]) COMMAND_LIBS="-lreadline -lhistory $COMMAND_LIBS" fi test "$enable_command" = "auto" && PLUGINS="$PLUGINS command" COMMAND_CFLAGS="$COMMAND_CFLAGS "'${PLUGIN_CFLAGS}' COMMAND_LIBS="$COMMAND_LIBS "'${PLUGIN_LIBS}' fi AC_SUBST([COMMAND_CFLAGS]) AC_SUBST([COMMAND_LIBS])
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor