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