Root/native/configure.ac

1AC_INIT([iris-helpers], [0.2], [wijnen@debian.org])
2AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
3AC_PROG_CXX
4
5PKG_CHECK_MODULES(SHEVEK, shevek,, AC_MSG_ERROR([You need libshevek to compile AC_PACKAGE_NAME]))
6
7AC_CONFIG_FILES([Makefile])
8AC_OUTPUT
9

Archive Download this file

Branches:
master



interactive