From 8e6a6c34493e310583f62d356514119a83bff005 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Feb 2021 13:36:28 -0500 Subject: [PATCH] configure.ac.in: declare a "foreign" package and drop redundant NEWS file. --- NEWS | 28 ---------------------------- configure.ac.in | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 NEWS 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])]) -- 2.43.2