1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2024-09-12 21:08:39 +03:00
iris/mips/nanonote/server/configure.ac

10 lines
245 B
Plaintext
Raw Normal View History

2009-12-18 23:27:26 +02:00
AC_INIT(usb-server, 1.0, wijnen@debian.org)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_PROG_CXX
PKG_CHECK_MODULES(SHEVEK, shevek,, AC_MSG_ERROR(You need libshevek to compile AC_PACKAGE_NAME))
AC_CONFIG_FILES(Makefile)
AC_OUTPUT