From: Ran Benita Date: Mon, 25 Feb 2013 10:27:24 +0000 (+0200) Subject: Makefile.am: don't create INSTALL and ChangeLog X-Git-Tag: xkbcommon-0.3.0~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b352c11dd5a7a8bfbc0f02194273e074baf7f62;p=platform%2Fupstream%2Flibxkbcommon.git 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 --- 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)