xref: /netbsd-src/external/gpl2/grep/dist/intl/ref-add.sin (revision a8fa202a6440953be7b92a8960a811bff58203f4)
1*a8fa202aSchristos# Add this package to a list of references stored in a text file.
2*a8fa202aSchristos#
3*a8fa202aSchristos#   Copyright (C) 2000 Free Software Foundation, Inc.
4*a8fa202aSchristos#
5*a8fa202aSchristos#   This program is free software; you can redistribute it and/or modify it
6*a8fa202aSchristos#   under the terms of the GNU Library General Public License as published
7*a8fa202aSchristos#   by the Free Software Foundation; either version 2, or (at your option)
8*a8fa202aSchristos#   any later version.
9*a8fa202aSchristos#
10*a8fa202aSchristos#   This program is distributed in the hope that it will be useful,
11*a8fa202aSchristos#   but WITHOUT ANY WARRANTY; without even the implied warranty of
12*a8fa202aSchristos#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13*a8fa202aSchristos#   Library General Public License for more details.
14*a8fa202aSchristos#
15*a8fa202aSchristos#   You should have received a copy of the GNU Library General Public
16*a8fa202aSchristos#   License along with this program; if not, write to the Free Software
17*a8fa202aSchristos#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
18*a8fa202aSchristos#   USA.
19*a8fa202aSchristos#
20*a8fa202aSchristos# Written by Bruno Haible <haible@clisp.cons.org>.
21*a8fa202aSchristos#
22*a8fa202aSchristos/^# Packages using this file: / {
23*a8fa202aSchristos  s/# Packages using this file://
24*a8fa202aSchristos  ta
25*a8fa202aSchristos  :a
26*a8fa202aSchristos  s/ @PACKAGE@ / @PACKAGE@ /
27*a8fa202aSchristos  tb
28*a8fa202aSchristos  s/ $/ @PACKAGE@ /
29*a8fa202aSchristos  :b
30*a8fa202aSchristos  s/^/# Packages using this file:/
31*a8fa202aSchristos}
32