Various of our projects provoke Autotools warnings. I'm also quite tempted to bump our minimum Autoconf and Automake version up to something halfway modern, like Automake 1.11 or even 1.13 - it's not as if we test with anything really old anyway. Thoughts?
Created attachment 86982 [details] [review] [haze] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065.
Created attachment 86983 [details] [review] [haze] Use MKDIR_P, not deprecated mkdir_p Similar to MC commit 04dd9b4.
Created attachment 86984 [details] [review] [haze] .gitignore: ignore everything in build-aux --- Haze already uses build-aux.
Created attachment 86985 [details] [review] [rakia] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065.
Created attachment 86986 [details] [review] [rakia] Use MKDIR_P, not deprecated mkdir_p Similar to MC commit 04dd9b4.
Created attachment 86987 [details] [review] [rakia] Put Autoconf, Automake, Libtool droppings in /build-aux This is basically Mission Control commit c3cba937, requested in <https://bugs.freedesktop.org/show_bug.cgi?id=69542>.
Created attachment 86988 [details] [review] [salut] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065.
Created attachment 86989 [details] [review] [salut] Use AC_PROG_MKDIR_P/MKDIR_P, not deprecated AM_PROG_MKDIR_P/mkdir_p Similar to MC commit 04dd9b4. --- Salut already uses build-aux, so no need for that.
Created attachment 86990 [details] [review] [tpglib] Use MKDIR_P instead of deprecated mkdir_p In theory, AC_PROG_MKDIR_P only sets MKDIR_P, although for now it also sets the deprecated mkdir_p for compatibility with AM_PROG_MKDIR_P. Similar to MC commit 04dd9b4.
Created attachment 86991 [details] [review] [tpglib] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065.
Created attachment 86992 [details] [review] [tpglib] Put Autoconf, Automake, Libtool droppings in /build-aux Equivalent to MC commit c3cba93.
Created attachment 86993 [details] [review] [gabble] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065.
Created attachment 86994 [details] [review] [gabble] Put Autoconf, Automake, Libtool droppings in /build-aux This is basically Mission Control commit c3cba937, requested in <https://bugs.freedesktop.org/show_bug.cgi?id=69542>.
Created attachment 86995 [details] [review] [gabble] Use MKDIR_P instead of deprecated mkdir_p In theory, AC_PROG_MKDIR_P only sets MKDIR_P, although for now it also sets the deprecated mkdir_p for compatibility with AM_PROG_MKDIR_P.
Created attachment 86996 [details] [review] [idle] Put Autoconf, Automake, Libtool droppings in /build-aux This is basically Mission Control commit c3cba937, requested in <https://bugs.freedesktop.org/show_bug.cgi?id=69542>.
Created attachment 86997 [details] [review] [idle] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Automake 2 will make this the default, and 1.14 warns about not using it. Equivalent to MC commit 1f11065.
Created attachment 86998 [details] [review] [idle] Use AC_PROG_MKDIR_P/MKDIR_P, not deprecated AM_PROG_MKDIR_P/mkdir_p Similar to MC commit 04dd9b4.
That's all for now, although we should also do the logger and tp-farstream one day.
(In reply to comment #0) > Various of our projects provoke Autotools warnings. > > I'm also quite tempted to bump our minimum Autoconf and Automake version up > to something halfway modern, like Automake 1.11 or even 1.13 - it's not as > if we test with anything really old anyway. Thoughts? I wouldn't mind bumping to 1.13, we depent on recent GLib anyway so people building on old system will have to do some custom build first anyway.
Comment on attachment 86982 [details] [review] [haze] Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo) Review of attachment 86982 [details] [review]: ----------------------------------------------------------------- ++
Comment on attachment 86983 [details] [review] [haze] Use MKDIR_P, not deprecated mkdir_p Review of attachment 86983 [details] [review]: ----------------------------------------------------------------- ++
Comment on attachment 86984 [details] [review] [haze] .gitignore: ignore everything in build-aux Review of attachment 86984 [details] [review]: ----------------------------------------------------------------- ++
++ for all the other patches.
I think I merged all this. It would be great if someone could check!
(In reply to comment #24) > I think I merged all this. It would be great if someone could check! Yep, I just checked. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.