[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gpl....to Alexandre Duret-Lutz
From: |
robin stoll |
Subject: |
Re: gpl....to Alexandre Duret-Lutz |
Date: |
Wed, 05 Mar 2003 15:30:42 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
Alexandre Duret-Lutz wrote:
"robin" == robin stoll <address@hidden> writes:
robin> hi
robin> if I make my Makefile.am with the command: "gpl -am Makefile.am" and
robin> "automake" it then there will be 2 gpl's in Makefile.
robin> would be great if that wont be :)
Sorry, no idea what `gpl' is. I suspect you are looking for
something like this:
[File: automake.info, Node: General Operation]
| Automake also allows a form of comment which is _not_ copied into
| the output; all lines beginning with `##' (leading spaces allowed) are
| completely ignored by Automake.
|
| It is customary to make the first line of `Makefile.am' read:
|
| ## Process this file with automake to produce Makefile.in
sorry...=)
gpl -am Makefile.am makes a Makefile.am with the following content:
# Copyright (C) 2003 robin stoll <address@hidden>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
if i run now automake there will be 2 of them...it's not that
important...just cosmetics =)) nevermind... i'll try "##"
thx
- gpl, robin stoll, 2003/03/02
- Re: gpl, Alexandre Duret-Lutz, 2003/03/04
- Re: gpl....to Alexandre Duret-Lutz,
robin stoll <=