Initial commit of vpp code.
[vpp.git] / vppapigen / configure.ac
1 #                                               -*- Autoconf -*-
2 # Copyright (c) 2008 by cisco Systems, Inc.
3 # All rights reserved.
4 # Process this file with autoconf to produce a configure script.
5
6 AC_INIT(vppapigen, 1.0)
7 AM_INIT_AUTOMAKE
8
9 # Checks for programs.
10 AC_PROG_CC
11 AC_PROG_YACC
12 AM_PROG_CC_C_O
13
14 AC_OUTPUT([Makefile])