2015-07-13 11:27:14 +00:00
|
|
|
## @id $Id$
|
|
|
|
#
|
|
|
|
# This file has been added by bootstrap.sh on Mon, 13 July 2015 12:41:32 +0200
|
|
|
|
# Feel free to change it or even remove and rebuild it, up to your needs
|
|
|
|
#
|
|
|
|
## 1 2 3 4 5 6 7 8
|
|
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
|
|
|
|
|
|
|
m4_define(x_package_name, libxml-cxx) # project's name
|
|
|
|
m4_define(x_major, 1) # project's major version
|
|
|
|
m4_define(x_minor, 2) # project's minor version
|
|
|
|
m4_include(ax_init_standard_project.m4)
|
|
|
|
AC_INIT(x_package_name, x_version, x_package_name)
|
2015-02-19 08:45:38 +00:00
|
|
|
AM_INIT_AUTOMAKE([1.9 tar-pax])
|
2015-07-13 11:27:14 +00:00
|
|
|
AX_INIT_STANDARD_PROJECT
|
2015-02-19 08:45:38 +00:00
|
|
|
|
2015-07-13 11:27:14 +00:00
|
|
|
# requirements, uncomment, what you need:
|
|
|
|
AX_USE_CXX
|
|
|
|
AX_USE_LIBTOOL
|
|
|
|
#AX_USE_SCRIPTS
|
|
|
|
AX_USE_DOXYGEN
|
|
|
|
AX_USE_DEBIAN_PACKAGING
|
|
|
|
AX_USE_RPM_PACKAGING
|
|
|
|
AX_USE_CPPUNIT
|
|
|
|
AX_BUILD_EXAMPLES
|
|
|
|
#AX_BUILD_HTML
|
2011-11-09 15:09:49 +00:00
|
|
|
|
2015-07-13 11:27:14 +00:00
|
|
|
# qt features, uncomment, what you need:
|
|
|
|
#AX_CHECK_QT([QT], [QtCore QtGui QtNetwork], [QtWidgets])
|
|
|
|
#AX_QT_NO_KEYWORDS
|
2011-11-09 15:09:49 +00:00
|
|
|
|
2015-07-13 13:11:27 +00:00
|
|
|
AX_PKG_REQUIRE(mrwcxx, mrw-c++)
|
2017-06-02 11:56:37 +00:00
|
|
|
AX_ALL_BUILD_DEPEND_DEV(mrw-c++)
|
2009-04-02 13:24:59 +00:00
|
|
|
|
|
|
|
# create output
|
2017-03-17 18:31:09 +00:00
|
|
|
AX_OUTPUT
|