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