diff --git a/COPYING b/COPYING index f971aed..88798ab 120000 --- a/COPYING +++ b/COPYING @@ -1 +1 @@ -/usr/local/Cellar/automake/1.15.1/share/automake-1.15/COPYING \ No newline at end of file +/usr/share/automake-1.15/COPYING \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index aae6815..06037e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2017-12-07 10:19 + + * [r404] COPYING, INSTALL, ax_check_qt.m4, + ax_init_standard_project.m4, bootstrap.sh, + dependency-graph.sh[ADD], template.sh[ADD]: + fixed build on mac + +2017-06-15 06:54 + + * [r403] COPYING, INSTALL, ax_init_standard_project.m4, + bootstrap.sh, build-in-docker.conf, build-in-docker.sh, + libpcscxx.spec.in: + fix fedora / centos build + +2017-06-14 13:59 + + * [r402] libpcscxx.spec.in: + removed qt4 dependency + +2017-06-13 11:31 + + * [r401] ax_init_standard_project.m4, bootstrap.sh, + libpcscxx.spec.in, resolve-debbuilddeps.sh, + resolve-rpmbuilddeps.sh: + fixed build for ubuntu, fedora, opensuse + +2017-06-09 14:56 + + * [r400] COPYING, INSTALL, ax_init_standard_project.m4, + configure.ac: + about to rpm-ify it + +2017-06-09 11:50 + + * [r399] COPYING, INSTALL, ax_check_qt.m4, + ax_init_standard_project.m4, bootstrap.sh, build-in-docker.conf, + build-in-docker.sh, configure.ac, debian/control.in, + debian/libpcscxx-dev.install, examples/makefile.am, + libpcscxx.spec.in, resolve-debbuilddeps.sh, + resolve-rpmbuilddeps.sh, rpmsign.exp[ADD]: + build fixed for deb and rpm + +2017-05-03 08:31 + + * [r398] configure.ac: + fix build with download enabled + +2017-04-11 10:25 + + * [r397] COPYING, ChangeLog, INSTALL, ax_check_qt.m4, configure.ac, + src/suisseid.hxx: + build fixed for windows + 2017-04-07 14:15 * [r396] COPYING, ChangeLog, INSTALL, configure.ac, 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 4329a20..d7480dd 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 <