summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVincent Mihalkovic <vmihalko@redhat.com>2022-03-17 13:12:27 +0100
committerVincent Mihalkovic <vmihalko@redhat.com>2022-03-21 15:27:11 +0100
commit074b2d548daa240032ec7267bdedc2afb740c696 (patch)
tree04b16d345710e142ff89213fa743bc8a00f4c448 /configure.ac
parentb10a1bdb697045db40774f2a9a8c58ae5c7189c3 (diff)
downloadpolkit-074b2d548daa240032ec7267bdedc2afb740c696.tar.gz
docs: transform repo doc files to Markdown
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0280dde..3303a75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
AC_INIT([polkit], [0.120], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
-AM_INIT_AUTOMAKE([])
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([buildutil])
m4_include([buildutil/ax_cxx_compile_stdcxx.m4])