gperf under FreeBSD does not know the -m option.

We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option.
This commit is contained in:
Tobias Brunner
2009-07-14 12:09:22 +02:00
parent fd0df7ec75
commit 0ead254919
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
$(GPERF) -m 10 -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@
$(GPERF) -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@