With the removal of libtool as of last commit we no longer need the m4 folder or any of the related infra.
Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> --- Makefile.am | 2 -- configure.ac | 1 - m4/.gitignore | 5 ----- 3 files changed, 8 deletions(-) delete mode 100644 m4/.gitignore diff --git a/Makefile.am b/Makefile.am index 7caf0fe..b0467f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,6 @@ # SOFTWARE. # -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} - bin_PROGRAMS = kmscube kmscube_LDADD = \ diff --git a/configure.ac b/configure.ac index 2fe99d1..4df788c 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,6 @@ AC_PREREQ([2.60]) AC_INIT([kmscube], [0.0.1], [https://cgit.freedesktop.org/mesa/kmscube/], [kmscube]) AC_CONFIG_AUX_DIR([build-aux]) -AC_CONFIG_MACRO_DIR([m4]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) diff --git a/m4/.gitignore b/m4/.gitignore deleted file mode 100644 index 464ba5c..0000000 --- a/m4/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -libtool.m4 -lt~obsolete.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -- 2.11.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev