Mercurial > hg > octave-shane > gnulib-hg
annotate lib/ref-del.sin @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | 344018b6e5d7 |
children |
rev | line source |
---|---|
2394 | 1 # Remove this package from a list of references stored in a text file. |
2 # | |
17587 | 3 # Copyright (C) 2000, 2009-2014 Free Software Foundation, Inc. |
2394 | 4 # |
4554
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
5 # This program is free software; you can redistribute it and/or modify |
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
6 # it under the terms of the GNU General Public License as published by |
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
7 # the Free Software Foundation; either version 2, or (at your option) |
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
8 # any later version. |
2394 | 9 # |
4554
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
10 # This program is distributed in the hope that it will be useful, |
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
13 # GNU General Public License for more details. |
4533
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4440
diff
changeset
|
14 # |
4554
5a1e7c84e9cd
Use three spaces, rather than tab, after '#'
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
15 # You should have received a copy of the GNU General Public License along |
16366
bb182ee4a09d
maint: replace FSF snail-mail addresses with URLs
Paul Eggert <eggert@cs.ucla.edu>
parents:
16201
diff
changeset
|
16 # with this program; if not, see <http://www.gnu.org/licenses/>. |
2394 | 17 # |
18 # Written by Bruno Haible <haible@clisp.cons.org>. | |
19 # | |
20 /^# Packages using this file: / { | |
21 s/# Packages using this file:// | |
22 s/ @PACKAGE@ / / | |
23 s/^/# Packages using this file:/ | |
24 } |