GNOME Bugzilla – Bug 763515
Few minor clean-ups
Last modified: 2016-03-18 09:10:24 UTC
Created attachment 323735 [details] [review] 0001-build-remove-unused-m4-file.patch Please review.
Created attachment 323736 [details] [review] 0002-.gitignore-update-test-ignored-files-list.patch
Both patches look fine, except that now -dist_noinst_DATA = $(sigc_m4) in sigc++/Makefile.am shall be -dist_noinst_DATA = $(sigc_m4) CMakeLists.txt +dist_noinst_DATA = CMakeLists.txt I wonder if these lines in configure.ac can also be removed in libsigc++-3.0: AC_ARG_VAR([M4], [M4 macro processor command]) AC_CHECK_PROGS([M4], [gm4 m4]) AS_IF([test "x$M4" = x], [AC_MSG_FAILURE([[The GNU M4 macro processor is required for building libsigc++.]])]) Murray, comments?
Thanks. I've pushed the patches and that configure.ac change too.