[libadwaita/wip/exalm/build-docs: 2/4] docs: Don't mention autotools




commit ef41cc7d613b03106520ced957349df947aed67a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 18 12:25:56 2021 +0500

    docs: Don't mention autotools

 doc/build-howto.md | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/doc/build-howto.md b/doc/build-howto.md
index c4661624..58b56250 100644
--- a/doc/build-howto.md
+++ b/doc/build-howto.md
@@ -11,16 +11,7 @@ If you need to build Libadwaita, get the source from
 Like other GNOME libraries, Libadwaita uses `pkg-config` to provide compiler
 options. The package name is `libadwaita-1`.
 
-If you use Automake/Autoconf, in your `configure.ac` script, you might specify
-something like:
-
-```autoconf
-PKG_CHECK_MODULES(LIBADWAITA, [libadwaita-1])
-AC_SUBST(LIBADWAITA_CFLAGS)
-AC_SUBST(LIBADWAITA_LIBS)
-```
-
-Or when using the Meson build system you can declare a dependency like:
+When using the Meson build system you can declare a dependency like:
 
 ```meson
 dependency('libadwaita-1')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]