X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac.in;h=c1a42276df026de3945338ce00b93925341bb833;hb=HEAD;hp=77d4466d0a0b57d94389004cccd406a7a5d620eb;hpb=1bcec4768bf69a603111b346089a3c1101fedf45;p=xfce4-hdaps.git diff --git a/configure.ac.in b/configure.ac.in index 77d4466..c1a4227 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -5,7 +5,7 @@ dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4_hdaps_version], [1.0.2]) +m4_define([xfce4_hdaps_version], [1.0.3]) dnl *************************** dnl *** Initialize autoconf *** @@ -14,11 +14,12 @@ AC_COPYRIGHT([Copyright (c) 2021 Michael Orlitzky. All rights reserved.]) AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com]) AC_PREREQ([2.50]) +AC_CONFIG_MACRO_DIRS([m4]) dnl *************************** dnl *** Initialize automake *** dnl *************************** -AM_INIT_AUTOMAKE([-Wall no-dist-gzip dist-xz tar-ustar]) +AM_INIT_AUTOMAKE([-Wall no-dist-gzip dist-xz tar-ustar foreign]) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE() m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])