summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2015-10-01 20:09:23 +0200
committerSébastien Wilmet <swilmet@gnome.org>2015-10-01 20:09:23 +0200
commitfabc5dbc210326b3144c9c170fceb4ad48d17c4a (patch)
treefa1d9b24cdaa24f86e8456cbd62d35d931a1d670
parentc185fa59700c50fafa634d03874d3b9ab3b361b5 (diff)
downloadgtksourceview-fabc5dbc210326b3144c9c170fceb4ad48d17c4a.tar.gz
Generate and distribute INSTALL file
With the gnu strictness, the INSTALL file is generated, but a ChangeLog file must be present.
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 00000000..2c7e4d09
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1 @@
+See the 'NEWS' file or the version control system's log.
diff --git a/configure.ac b/configure.ac
index 80534a41..138c4411 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.13 tar-ustar dist-xz no-dist-gzip -Wno-portability foreign])
+AM_INIT_AUTOMAKE([1.13 tar-ustar dist-xz no-dist-gzip -Wno-portability gnu])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])