]> git.draconx.ca Git - slotifier.git/commitdiff
Use AC_CONFIG_HEADERS rather than AC_CONFIG_HEADER.
authorNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 05:45:59 +0000 (00:45 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 06:21:52 +0000 (01:21 -0500)
The former name has been supported since approximately forever ago and
the latter form is now formally deprecated (with a warning) in recent
versions of Autoconf.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 64e572a9ee605a9cd4bf09e873669e3559b6f510..2ba520652ca24d1de4a7109df3bf095bf23a06c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,4 @@
+Release 1a:
+
 Release 1:
        * Initial release.
 Release 1:
        * Initial release.
index cda4e692f22940b3a7d1f139cd8d9d854475e005..524dac3bce3dffa0f7d31c53e379ca9ee3d751d4 100644 (file)
@@ -1,11 +1,11 @@
-dnl Copyright © 2018-2019 Nick Bowler
+dnl Copyright © 2018-2019, 2021 Nick Bowler
 dnl
 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
 dnl This is free software: you are free to do what the fuck you want to.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
 dnl
 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
 dnl This is free software: you are free to do what the fuck you want to.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
-AC_INIT([slotifier], [1], [nbowler@draconx.ca])
-AC_CONFIG_HEADER([config.h])
+AC_INIT([slotifier], [1a], [nbowler@draconx.ca])
+AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])
 AM_SILENT_RULES([yes])
 
 AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])
 AM_SILENT_RULES([yes])