summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2015-10-01 20:16:35 +0200
committerSébastien Wilmet <swilmet@gnome.org>2015-10-01 20:16:35 +0200
commitaffae0222e39f6f31c1adb10c3d02bca9e9c73cf (patch)
tree47a96ac0e4a949b319b6692d403cf231a26060f2
parentfabc5dbc210326b3144c9c170fceb4ad48d17c4a (diff)
downloadgtksourceview-affae0222e39f6f31c1adb10c3d02bca9e9c73cf.tar.gz
Add comment in configure.ac about last commit
To not forget it, if someone in the future wants to remove the ChangeLog file.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 138c4411..50461dc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,7 @@ AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
+# gnu strictness to generate the INSTALL file
AM_INIT_AUTOMAKE([1.13 tar-ustar dist-xz no-dist-gzip -Wno-portability gnu])
AM_MAINTAINER_MODE([enable])