projects
/
apps
/
madmutt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ctors/dtors for BODY's
[apps/madmutt.git]
/
m4
/
gperf.m4
1
dnl
2
dnl AC_PROG_GPERF
3
dnl
4
5
AC_DEFUN([AC_PROG_GPERF],[
6
AC_PATH_PROG(GPERF, gperf, no)
7
if test "$GPERF" = no; then
8
AC_MSG_ERROR(Could not find gperf)
9
fi
10
])