summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-07-23 14:06:56 -0400
committerRay Strode <rstrode@redhat.com>2018-07-23 14:06:56 -0400
commit97f94ba97a9f620222e03ee39d48d3d8a09aa6ef (patch)
treeb31e2de8492c2f33cf1b3c4716e38ba8cf33d544
parent1c2c5c2edd3ee7131e7619ea0f76dbe2e4d661bc (diff)
downloadgdm-97f94ba97a9f620222e03ee39d48d3d8a09aa6ef.tar.gz
autogoo: add foreign to AC_INIT
autogoo is still oozing from the docs changes, try again to plug up the holes and fix the build.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9ed1878b..d16ba6ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([gdm],
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])
-AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-xz tar-ustar -Wall])
+AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-xz tar-ustar -Wall foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE([enable])