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. --- test/scripts/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/scripts/Makefile.am (limited to 'test/scripts') diff --git a/test/scripts/Makefile.am b/test/scripts/Makefile.am deleted file mode 100644 index 0100bffb..00000000 --- a/test/scripts/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -check_SCRIPTS = \ - parseopts_test.sh \ - pacman-db-upgrade-v9.py \ - makepkg-template_test.sh - -noinst_SCRIPTS = $(check_SCRIPTS) - -EXTRA_DIST = \ - meson.build \ - $(check_SCRIPTS) -- cgit v1.2.3-54-g00ecf