aboutsummaryrefslogtreecommitdiffstats
path: root/svm/configure.ac
blob: b394817623254d2234f29c1c8c6b7c66aa81d43f (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT(svm, 1.0)
LT_INIT
AM_INIT_AUTOMAKE

AM_SILENT_RULES([yes])

AM_PROG_AS
AC_PROG_CC_C_O

AC_OUTPUT([Makefile])