X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.make.in;h=d5188d9355e22a20853ead8ed0dc2b54ddca11f8;hb=HEAD;hp=5e0e80b32a0ae43ef6bce75b330489f4522a0de1;hpb=489381f9e19e486dd28d2a59631f6cbbfd670db0;p=adns.git diff --git a/common.make.in b/common.make.in index 5e0e80b..5a5ba4d 100644 --- a/common.make.in +++ b/common.make.in @@ -1,12 +1,8 @@ # common.make[.in] - common configuration settings for Makefiles, # used by autoconf/configure to generate settings.make # -# This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +18,7 @@ # along with this program; if not, write to the Free Software Foundation. MAJOR= 1 -MINOR= 5 +MINOR= 6 SHLIBFILE= @SHLIBFILE@ SHLIBSONAME= @SHLIBSONAME@ SHLIBFORLINK= @SHLIBFORLINK@ @@ -71,4 +67,4 @@ endif INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS) INSTALL_DATA= $(INSTALL) -m 644 - +INSTALL_DIR= $(INSTALL) -d 755