boinc/m4/boinc_msg_debug.m4

5 lines
94 B
Plaintext
Raw Normal View History

# creates a message that only goes to config.log
AC_DEFUN([BOINC_MSG_DEBUG],[
echo $1 >&5
])