vpp/svm/configure.ac

11 lines
114 B
Plaintext
Raw Normal View History

AC_INIT(svm, 1.0)
AM_INIT_AUTOMAKE
AM_SILENT_RULES
AM_PROG_AS
AC_PROG_CC
AC_PROG_LIBTOOL
AC_OUTPUT([Makefile])