diff --git a/ChangeLog b/ChangeLog index 1d9e139..4d37f88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2017-12-07 10:43 + + * [r108] INSTALL, ax_check_qt.m4, ax_init_standard_project.m4, + bootstrap.sh, build-in-docker.sh, dependency-graph.sh[ADD], + resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh, + template.sh[ADD]: + fixed build on mac + +2017-06-02 11:56 + + * [r107] INSTALL, ax_init_standard_project.m4, bootstrap.sh, + build-in-docker.conf, build-in-docker.sh, configure.ac, + debian/control.in, examples/makefile.am, libxml-cxx.spec.in, + resolve-rpmbuilddeps.sh: + fixed rpm build + +2017-05-17 11:07 + + * [r106] ChangeLog, INSTALL, ax_check_qt.m4, + ax_init_standard_project.m4, bootstrap.sh, build-in-docker.sh, + debian, debian/changelog.in[ADD], debian/compat[ADD], + debian/control.in[ADD], debian/docs[ADD], + debian/libxml-cxx-dev.install[ADD], + debian/libxml-cxx.install[ADD], debian/rules[ADD], + resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh, rpmsign.exp: + build updated + 2017-03-19 23:44 * [r105] ax_init_standard_project.m4, bootstrap.sh, diff --git a/INSTALL b/INSTALL index c80d912..ddcdb76 120000 --- a/INSTALL +++ b/INSTALL @@ -1 +1 @@ -/usr/local/Cellar/automake/1.15.1/share/automake-1.15/INSTALL \ No newline at end of file +/usr/share/automake-1.15/INSTALL \ No newline at end of file diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index 669f2ac..a1831eb 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -943,7 +943,6 @@ AC_DEFUN([AX_PKG_CHECK], [ (test -x /usr/sbin/urpmq && urpmq "$rpm_pkg" 1>&2 > /dev/null); then AX_RPM_BUILD_DEPEND([$rpm_pkg]) fi -) ]) # make sure, a specific header exists diff --git a/bootstrap.sh b/bootstrap.sh index 23f61f0..c5df053 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1101,7 +1101,7 @@ to --condition AX_USE_NODEJS nodejs/etc/${PACKAGE_NAME}.json <