summaryrefslogtreecommitdiffstats
path: root/vppversion/configure.ac
blob: 7bbe6fc5370c217b3a087ad5aaf01d225b564f89 (plain)
1
2
3
4
5
6
7
8
AC_INIT(sign, 1.0)
AM_INIT_AUTOMAKE

AM_PROG_AS
AC_PROG_CC
AC_PROG_LIBTOOL

AC_OUTPUT([Makefile])