Reorganize source tree to use single autotools instance
[vpp.git] / src / tools / 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 AM_SILENT_RULES([yes])
9
10 # Checks for programs.
11 AC_PROG_CC
12 AC_PROG_YACC
13
14 AC_OUTPUT([Makefile])