summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-10-13 10:54:32 -0400
committerPaul Smith <psmith@gnu.org>2013-10-13 16:48:22 -0400
commit4792e154b68005f85ea0e63c6724a8c8751ece23 (patch)
tree019e0fa5ea3c43eda58aaa89cbb6752816a88038 /configure.ac
parent188b2a0f23f45a63cfdac1c7316500458afb2062 (diff)
downloadgunmake-4792e154b68005f85ea0e63c6724a8c8751ece23.tar.gz
Convert to auto-generated ChangeLog files.
Rename existing ChangeLog files so they won't be distributed. Add targets to maintMakefile to generate ChangeLog from the Git repository. This will require a version of gnulib be available. Because ChangeLog is auto-generated, we have to switch our automake mode to "foreign" or it will complain and fail.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5b8b6b..7bf9ccc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,8 @@ AC_CONFIG_SRCDIR([vpath.c])
AC_CONFIG_HEADERS([config.h])
# Automake setup
-AM_INIT_AUTOMAKE([1.11.1 silent-rules])
+# We have to enable "foreign" because ChangeLog is auto-generated
+AM_INIT_AUTOMAKE([1.11.1 silent-rules foreign -Wall -Werror])
# Checks for programs.
AC_PROG_CC