From 454ea024383eab60295e4c4fdf2c329475887b2c Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 11 May 2020 12:59:51 +1000 Subject: Remove autotools support This removes support for autotools in favour of meson. --- etc/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 etc/Makefile.am (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am deleted file mode 100644 index 0d4fbc07..00000000 --- a/etc/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -dist_sysconf_DATA = makepkg.conf pacman.conf -EXTRA_DIST = makepkg.conf.in pacman.conf.in - -# Files that should be removed, but which Automake does not know. -MOSTLYCLEANFILES = $(dist_sysconf_DATA) - -SED_PROCESS = \ - $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(SED) \ - -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ - -e 's|@localstatedir[@]|$(localstatedir)|g' \ - -e 's|@prefix[@]|$(prefix)|g' \ - -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ - -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ - -e 's|@PKGEXT[@]|$(PKGEXT)|g' \ - -e 's|@SRCEXT[@]|$(SRCEXT)|g' \ - -e 's|@STRIP_BINARIES[@]|$(STRIP_BINARIES)|g' \ - -e 's|@STRIP_SHARED[@]|$(STRIP_SHARED)|g' \ - -e 's|@STRIP_STATIC[@]|$(STRIP_STATIC)|g' \ - -e 's|@CARCH[@]|$(CARCH)|g' \ - -e 's|@CHOST[@]|$(CHOST)|g' \ - -e 's|@ARCHSWITCH[@]|$(ARCHSWITCH)|g' \ - -e 's|@ROOTDIR[@]|$(ROOTDIR)|g' \ - < $< > $@ - -%.conf: %.conf.in Makefile - $(SED_PROCESS) -- cgit v1.2.3-54-g00ecf