Code Review
/
vpp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
LISP: fix negative mapping timeout, VPP-1043
[vpp.git]
/
gmod
/
configure.ac
1
AC_INIT(gmod, 1.0)
2
LT_INIT
3
AM_INIT_AUTOMAKE
4
AM_SILENT_RULES([yes])
5
6
AC_PROG_CC
7
8
AC_OUTPUT([Makefile])