From 6d76e26d1a877d418db42c460e741933d15c05e1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 20 Dec 2018 23:05:26 -0500 Subject: Switch to using GNU Automake --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 2051523..c4a5ec8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # # Script to generate the build system. # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013 Patrick McDermott # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -21,6 +21,7 @@ This file is generated upon release. Run \`git log\` for a list of changes. EOF aclocal autoconf + automake --add-missing --copy )} "${srcdir}/configure" "${@}" -- cgit v0.9.1