File: spoon.m4

package info (click to toggle)
htmlcxx 0.87-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,412 kB
  • sloc: sh: 4,380; cpp: 4,355; yacc: 526; ansic: 205; lex: 159; makefile: 47; perl: 27
file content (5 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (6)
1
2
3
4
5
AC_DEFUN([AC_CHECK_SPOON], [
	AC_ARG_WITH(spoon, [  --with-spoon=SPOON this is inocuous, since the truth is that there is no spoon ])
	AC_MSG_CHECKING(if there is spoon)
	AC_MSG_RESULT(no)
])