diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2bb4b99..04eb027 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ([2.71]) VERSION_NUMBER=`cd $srcdir && build-aux/git-version-gen .tarball-version` gl_INIT_PACKAGE_VERSION([$VERSION_NUMBER]) -AM_INIT_AUTOMAKE([gnu check-news std-options -Wall -Werror]) +AM_INIT_AUTOMAKE([gnu check-news std-options -Wall -Werror dist-bzip2 dist-xz]) AM_SILENT_RULES([yes]) AC_PROG_CC @@ -36,5 +36,7 @@ AC_CONFIG_FILES([ tests/atlocal guix.scm lib/aplwc.pc + scripts/publish-release + scripts/publish-release-docs ]) AC_OUTPUT |