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 <christophe.cu...@free.fr>
---
 configure.ac | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index a23250d..0e2c7cc 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
-- 
2.1.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to