Root/configure.in

Source at commit 9387c0dd58913fda7211152214fc69e884f7da22 created 14 years 2 months ago.
By Mirko Lindner, add history and "go to top" functions
1AC_INIT(configure.in)
2AM_INIT_AUTOMAKE(vido, 0.1)
3AC_CONFIG_HEADER(src/config.h)
4
5AC_ISC_POSIX
6AC_PROG_CC
7AM_PROG_CC_STDC
8AC_HEADER_STDC
9AC_PROG_CPP
10AC_PROG_CXX
11AC_PROG_CXXCPP
12AM_PROG_LIBTOOL
13
14AC_LANG_CPLUSPLUS
15
16PKG_CHECK_MODULES([GTKMM], [gtkmm-2.4 >= 2.8.0])
17PKG_CHECK_MODULES([GTKHTML], [libgtkhtml-3.14 >= 3.28.0])
18
19AC_CHECK_HEADER([zim/qunicode.h],
20    [AC_DEFINE([HAVE_ZIM_QUNICODE_H], [1], [Defined if header <zim/qunicode.h> is found])])
21
22AC_OUTPUT(Makefile src/Makefile )
23

Archive Download this file

Branches:
development
master



interactive