From f956609a434c20cdb5b96a4960de50d4b63f02ca Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Fri, 2 Jan 2015 10:34:28 +0100 Subject: [PATCH] configure: added the copyright notice at the begining of the file This include using the AC_COPYRIGHT macro so our copyright will also be placed in the generated configure script. Took opportunity to update the comment on how the file should be processed to simplify user's life. Signed-off-by: Christophe CURIS --- configure.ac | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index a23250da..0e2c7cc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,27 @@ +dnl ============================================================================ dnl -dnl Window Maker autoconf input. +dnl Window Maker autoconf input dnl -dnl Process with: -dnl aclocal -dnl autoheader -dnl autoconf -dnl libtoolize --force --automake -dnl automake -a --gnu --include-deps +AC_COPYRIGHT([Copyright (c) 2001-2015 The Window Maker Team]) dnl +dnl ============================================================================ +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License along +dnl with this program; see the file COPYING. +dnl +dnl ============================================================================ +dnl +dnl Process with: ./autogen.sh dnl Due to a bug in Autoconf 2.68 (apparently a regression), we need at least