summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-12-02 23:22:53 +0100
committerpgen <p.gen.progs@gmail.com>2015-12-02 23:22:53 +0100
commit1a0b2b6f566d4574e500431038d4cf4ec090db1e (patch)
tree4e01a2d9bff0155d61220f3265628ed9cc4313e1 /configure.ac
parent4c9b7225567b31ead34c664a1d409a38de2740cd (diff)
Improve the build process
- 'make dist' generate a bzip2 compressed tarball - 'make' will work quietly
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 96cd798..7c91d56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,8 @@ AC_PREREQ([2.69])
AC_INIT([smenu], [my_version], [p.gen.progs@gmail.com])
AC_CONFIG_SRCDIR([smenu.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign -Wall])
+AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 foreign -Wall])
+AM_SILENT_RULES([yes])
# Checks for programs.
AC_USE_SYSTEM_EXTENSIONS