summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-02-25 12:27:24 +0200
committerDaniel Stone <daniel@fooishbar.org>2013-03-18 22:20:03 +0000
commit2b352c11dd5a7a8bfbc0f02194273e074baf7f62 (patch)
tree6cdb1b7b89377333aef55cc2e0f1dc23d358ebf6
parent98ccbf9aff0b99e75d05d89c9b8b711a20669b46 (diff)
downloadxorg-lib-libxkbcommon-2b352c11dd5a7a8bfbc0f02194273e074baf7f62.tar.gz
Makefile.am: don't create INSTALL and ChangeLog
It may be xorg standard but it's completely useless and clutter the directory. Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r--Makefile.am12
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ecb8f5..2c3bbc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,18 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xkbcommon.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
-
AM_CPPFLAGS = \
-DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' \
-I$(top_srcdir)/src \
diff --git a/configure.ac b/configure.ac
index 0890ad1..1e8d539 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_USE_SYSTEM_EXTENSIONS
# Initialize libtool
LT_INIT
-# Require xorg-macros minimum of 1.8 for AM_SILENT_RULES
+# Add xorg-macros stuff
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.16)