blob: 16ad59d286d349b414219a537ed351a425c725af [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
Damjan Marionbbae3752016-07-08 13:57:11 +02008AM_SILENT_RULES([yes])
Ed Warnickecb9cada2015-12-08 15:45:58 -07009
10# Checks for programs.
11AC_PROG_CC
12AC_PROG_YACC
Ed Warnickecb9cada2015-12-08 15:45:58 -070013
14AC_OUTPUT([Makefile])