Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 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 |
Damjan Marion | bbae375 | 2016-07-08 13:57:11 +0200 | [diff] [blame] | 8 | AM_SILENT_RULES([yes]) |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 9 | |
| 10 | # Checks for programs. |
| 11 | AC_PROG_CC |
| 12 | AC_PROG_YACC |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 13 | |
| 14 | AC_OUTPUT([Makefile]) |