summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 12:39:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 12:39:14 -0400
commitcb77eecb4e97fe17f6a9cfc037518c173fc1058a (patch)
tree2ece7f6c3ee8cea0ca6a2483f104537d2927d0c5 /configure.ac
parent658d4fefc78a50ad825f95f55f640a2a97134f80 (diff)
f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fbd6fffdfa..250d3d4e58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_PREFIX_DEFAULT([/usr])
AM_MAINTAINER_MODE([enable])
+AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects parallel-tests])
AM_SILENT_RULES([yes])
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
@@ -1503,6 +1504,8 @@ AC_SUBST([rootlibdir], [$with_rootlibdir])
AC_CONFIG_FILES([
config.mk
+ automake.mk
+ gnustandards.mk
po/Makefile.in
])