summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-01-09 11:39:18 +0000
committerPhilip Withnall <withnall@endlessm.com>2019-01-15 15:11:43 +0000
commitb3efef5b6ff2515551f300aed7ca16bd728e836a (patch)
tree03fa80441052c3a3467ddbded0ceeb38a147b867 /m4macros
parentac396b4dc14f53dda7c7263f3c4ae10c04e8b5d4 (diff)
downloadglib-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 'm4macros')
-rw-r--r--m4macros/.gitignore6
-rw-r--r--m4macros/Makefile.am8
2 files changed, 0 insertions, 14 deletions
diff --git a/m4macros/.gitignore b/m4macros/.gitignore
deleted file mode 100644
index d59889ae0..000000000
--- a/m4macros/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-libtool.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
-lt~obsolete.m4
-gtk-doc.m4
diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am
deleted file mode 100644
index 971871ce7..000000000
--- a/m4macros/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-include $(top_srcdir)/glib.mk
-
-installed_m4= glib-2.0.m4 glib-gettext.m4 gsettings.m4
-
-EXTRA_DIST+=$(installed_m4)
-
-m4datadir = $(datadir)/aclocal
-m4data_DATA = $(installed_m4)