| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.13 2005/07/11 15:08:06 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.14 2005/09/17 01:02:40 ciaranm Exp $ |
| 4 | # |
4 | # |
| 5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
| 6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
| 7 | # |
7 | # |
| 8 | # This is not an eclass, but it does provide emacs-related |
8 | # This is not an eclass, but it does provide emacs-related |
| … | |
… | |
| 72 | # The following Emacs Lisp compilation routine is taken from GNU |
72 | # The following Emacs Lisp compilation routine is taken from GNU |
| 73 | # autotools. |
73 | # autotools. |
| 74 | |
74 | |
| 75 | elisp-comp() { |
75 | elisp-comp() { |
| 76 | # Copyright 1995 Free Software Foundation, Inc. |
76 | # Copyright 1995 Free Software Foundation, Inc. |
| 77 | # Fran็ois Pinard <pinard@iro.umontreal.ca>, 1995. |
77 | # Franรงois Pinard <pinard@iro.umontreal.ca>, 1995. |
| 78 | # |
78 | # |
| 79 | # This program is free software; you can redistribute it and/or modify |
79 | # This program is free software; you can redistribute it and/or modify |
| 80 | # it under the terms of the GNU General Public License as published by |
80 | # it under the terms of the GNU General Public License as published by |
| 81 | # the Free Software Foundation; either version 2, or (at your option) |
81 | # the Free Software Foundation; either version 2, or (at your option) |
| 82 | # any later version. |
82 | # any later version. |