diff options
author | Philip Withnall <withnall@endlessm.com> | 2019-01-09 11:39:18 +0000 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2019-01-15 15:11:43 +0000 |
commit | b3efef5b6ff2515551f300aed7ca16bd728e836a (patch) | |
tree | 03fa80441052c3a3467ddbded0ceeb38a147b867 /subprojects | |
parent | ac396b4dc14f53dda7c7263f3c4ae10c04e8b5d4 (diff) | |
download | glib-b3efef5b6ff2515551f300aed7ca16bd728e836a.tar.gz |
build: Drop autotools support
So long, and thanks for everything. We’re a Meson-only shop now.
glib-2-58 will remain the last stable GLib release series which is
buildable using autotools.
We continue to install autoconf macros for autotools-using projects
which depend on GLib; they are stable API.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/subprojects/Makefile.am b/subprojects/Makefile.am deleted file mode 100644 index 34b2a92ec..000000000 --- a/subprojects/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -EXTRA_DIST = \ - libffi.wrap \ - proxy-libintl.wrap \ - zlib.wrap \ - $(NULL) |