summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2021-08-03 08:23:38 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2021-08-03 08:24:02 +0200
commitb27891d9d6de2b459e81421a0cd93268f2af35b1 (patch)
treebb7bb0247589b0ba0685b5283f9e566151abf8f8
parent4e284b25c3d85b8e0d5bf32e627b0c60cca4ae7d (diff)
More fixes for README.md + modern packaging
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac5
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.