VPP-32 Increase # cpus to 2, leave RAM at 4G for virtualbox vagrant users
[vpp.git] / gmod / configure.ac
1 AC_INIT(gmod, 1.0)
2 LT_INIT
3 AM_INIT_AUTOMAKE
4
5 AM_PROG_AS
6 AC_PROG_CC
7 AM_PROG_CC_C_O
8
9 AC_OUTPUT([Makefile])