From b27891d9d6de2b459e81421a0cd93268f2af35b1 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 3 Aug 2021 08:23:38 +0200 Subject: More fixes for README.md + modern packaging Signed-off-by: Matthieu Herrb --- Makefile.am | 2 +- configure.ac | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8693d0d..be10cbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ xrestop_SOURCES = xrestop.c xrestop_LDADD = @XLIBS_LIBS@ -extra_DIST = xrestop.spec xrestop.spec.in +extra_DIST = xrestop.spec xrestop.spec.in README.md EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog diff --git a/configure.ac b/configure.ac index 4ee90b1..a0744bb 100644 --- a/configure.ac +++ b/configure.ac @@ -5,14 +5,13 @@ AC_INIT([xrestop], [0.4.99], [https://gitlab.freedesktop.org/xorg/app/xrestop/issues], [xrestop]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE() -AM_MAINTAINER_MODE +AM_INIT_AUTOMAKE([foreign dist-bzip2]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) XORG_MACROS_VERSION(1.8) -XORG_CWARNFLAGS +XORG_DEFAULT_OPTIONS # Checks for programs. -- cgit v1.2.3