source: xplcommon/configure.ac@ 1:00e7af4d1367

Last change on this file since 1:00e7af4d1367 was 1:00e7af4d1367, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented basic event waiting infrastructure

File size: 379 bytes
Line 
1AC_INIT(libxplcommon, 0.1, ivaradi@gmail.com)
2AM_INIT_AUTOMAKE([foreign])
3
4LT_INIT
5
6AM_PROG_AS
7AC_PROG_CC
8AC_PROG_CXX
9
10AC_CHECK_HEADERS([pthread.h])
11AC_CHECK_HEADERS([poll.h])
12AC_CHECK_HEADERS([windows.h])
13
14AC_CONFIG_FILES([
15 Makefile
16 libxplcommon.pc
17 src/Makefile
18 src/xplcommon/Makefile
19])
20
21AC_CONFIG_HEADERS([src/xplcommon/config.h])
22
23AC_OUTPUT()
Note: See TracBrowser for help on using the repository browser.