From: Michael Orlitzky Date: Mon, 8 Feb 2021 18:36:28 +0000 (-0500) Subject: configure.ac.in: declare a "foreign" package and drop redundant NEWS file. X-Git-Tag: v1.0.3~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=8e6a6c34493e310583f62d356514119a83bff005;hp=ef0bd0512e5f92587d27a729033a473609ddadc7 configure.ac.in: declare a "foreign" package and drop redundant NEWS file. --- diff --git a/NEWS b/NEWS deleted file mode 100644 index c7f2439..0000000 --- a/NEWS +++ /dev/null @@ -1,28 +0,0 @@ -2021-02-08 ----------- -Replaced another deprecated macro... I guess we'll keep doing this -until I discover all of the removed macros that should have been -listed in the changelog. - -2021-02-07 ----------- -Replaced a deprecated macro that I hope is the only thing preventing -us from working with xfce-4.16. - -2019-10-29 ----------- -Nine years later, Xfce-4.14 and Gtk+-3.x support. I'm calling this -"version 1.0" since, aside from the new bugs I just caused, it's -apparently done. - -2010-03-25 ----------- -The fact that I have updated this after a year is newsworthy, I say. - -2009-02-10 ----------- -First public release. - -2009-01-18 ----------- -Plugin begins its existence. diff --git a/configure.ac.in b/configure.ac.in index 4f09255..7084ff0 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -19,7 +19,7 @@ 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])])