blob: 57065b890fb8739ba66cde21b60c7be741ef9eb2 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001# -*- 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
6AC_INIT(vppapigen, 1.0)
7AM_INIT_AUTOMAKE
8
9# Checks for programs.
10AC_PROG_CC
11AC_PROG_YACC
12AM_PROG_CC_C_O
13
14AC_OUTPUT([Makefile])