diff --git a/ChangeLog b/ChangeLog index 1593819..7500dd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2015-03-15 20:55 marc + + * README, ax_check_qt.m4, ax_cxx_compile_stdcxx_11.m4, + ax_init_standard_project.m4, bootstrap.sh, configure.ac, + debian/control.in, debian/rules, src/browser.hxx, + src/certificate.hxx, src/designer/buttonlineeditwidgetifc.cxx, + src/designer/buttonlineeditwidgetifc.hxx, + src/designer/makefile.am, src/designer/qmake.pro.in, + src/designer/webviewwidgetifc.cxx, + src/designer/webviewwidgetifc.hxx, src/designer/webwidgetifc.cxx, + src/designer/webwidgetifc.hxx, src/main.cxx, src/makefile.am, + src/pinentry.hxx, src/qbrowserlib/downloadmanager.hxx, + src/qbrowserlib/makefile.am, src/qbrowserlib/pluginfactory.hxx, + src/qbrowserlib/qmake.pro.in, src/qbrowserlib/settings.hxx, + src/qbrowserlib/swisswebpage.hxx, + src/qbrowserlib/swisswebview.hxx, src/qmake.pro.in, + src/smartcardauth.hxx, src/swisssurfer.pc.in: works with new + build environment, but still missing resources and translations + +2015-03-14 16:26 marc + + * ax_check_qt.m4, ax_cxx_compile_stdcxx_11.m4, + ax_init_standard_project.m4, bootstrap.sh, configure.ac, + debian/changelog.in, src/authentication.hxx, src/browser.hxx, + src/certificate.hxx, src/editbookmarks.hxx, + src/logincertificate.hxx, src/main.cxx, src/pinentry.hxx, + src/qbrowserlib/buttonlineedit.hxx, src/qbrowserlib/errorlog.hxx, + src/qbrowserlib/log.hxx, src/qbrowserlib/makefile.am, + src/qbrowserlib/saveorrun.hxx, src/qbrowserlib/settings.hxx, + src/qbrowserlib/swisswebwidget.hxx, src/smartcardauth.hxx, + src/swisssurfer.pc.in: on the way to compile + +2015-03-14 09:03 marc + + * AUTHORS, ChangeLog, README, bootstrap.sh, debian, debian/control, + debian/control.in, debian/rules, src/designer/makefile.am, + src/languages.qrc.in, src/qmake.pro.in, src/version.cxx.in, + swisssurfer.spec.in: some fixes, does not yet compile + 2015-03-13 16:30 marc * ChangeLog, ax_check_qt.m4, ax_cxx_compile_stdcxx_11.m4, diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index ef39f2d..26735b3 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -166,6 +166,13 @@ AC_DEFUN([AX_USE_CPPUNIT], [ - you cannot check the library using "make check" - everything else works perfectly]); fi AC_CONFIG_FILES([test/makefile]) + AX_ADD_MAKEFILE_TARGET_DEP([maintainer-clean-am], [maintainer-clean-test-targets], [test/makefile.in]) + test -f test/makefile.in && cat >> test/makefile.in <