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