]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
configure.ac.in: declare a "foreign" package and drop redundant NEWS file.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 18:36:28 +0000 (13:36 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 18:36:28 +0000 (13:36 -0500)
NEWS [deleted file]
configure.ac.in

diff --git a/NEWS b/NEWS
deleted file mode 100644 (file)
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.
index 4f09255f57ebb8c0f1fc06e80144252d9c998a36..7084ff01ed5f4f191d66c2f4ab28f2b10bbb9c81 100644 (file)
@@ -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])])