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
@@ -97,7 +97,7 @@ $(srcdir)/asn1/oid.h : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
$(srcdir)/crypto/proposal/proposal_keywords.c: $(srcdir)/crypto/proposal/proposal_keywords.txt \
$(srcdir)/crypto/proposal/proposal_keywords.h
$(GPERF) -N proposal_get_token -m 10 -C -G -c -t -D < \
$(GPERF) -N proposal_get_token -C -G -c -t -D < \
$(srcdir)/crypto/proposal/proposal_keywords.txt > $@