Git commit f13998a7cc2622d36988c1f644aabef82019a3e0 by Michael Pyne. Committed on 01/09/2012 at 23:43. Pushed by ashark into branch 'docbook_historied_per_file'.
Add support for autotools. I am now aware of no major build system that couldn't be supported by kdesrc-build... The excuse in this case is the same as for last commit, namely to allow for libraptor-2 support (their build system has CMake support, but it's incomplete). Original commit: 3b222174 https://invent.kde.org/sdk/kdesrc-build/-/commit/3b2221748623dec1361f0cfc224d1500fbd6229f M +5 -0 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/f13998a7cc2622d36988c1f644aabef82019a3e0 diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index dfcaac2b..2be09795 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -614,6 +614,11 @@ the auto-detection. In this case you can manually specify the correct build type <listitem><para>Used to build modules that use plain Makefiles and that do not require any special configuration.</para></listitem> </varlistentry> + <varlistentry> + <term>autotools</term> + <listitem><para>This is the standard configuration tool used for most Free and + open-source software not in any of the other categories.</para></listitem> + </varlistentry> </variablelist> </entry>
