Blame lib/ref-del.sin

Packit d6cc65
# Remove this package from a list of references stored in a text file.
Packit d6cc65
#
Packit d6cc65
#   Copyright (C) 2000, 2009-2015 Free Software Foundation, Inc.
Packit d6cc65
#
Packit d6cc65
#   This program is free software; you can redistribute it and/or modify
Packit d6cc65
#   it under the terms of the GNU General Public License as published by
Packit d6cc65
#   the Free Software Foundation; either version 3, or (at your option)
Packit d6cc65
#   any later version.
Packit d6cc65
#
Packit d6cc65
#   This program is distributed in the hope that it will be useful,
Packit d6cc65
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit d6cc65
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit d6cc65
#   GNU General Public License for more details.
Packit d6cc65
#
Packit d6cc65
#   You should have received a copy of the GNU General Public License along
Packit d6cc65
#   with this program; if not, see <http://www.gnu.org/licenses/>.
Packit d6cc65
#
Packit d6cc65
# Written by Bruno Haible <haible@clisp.cons.org>.
Packit d6cc65
#
Packit d6cc65
/^# Packages using this file: / {
Packit d6cc65
  s/# Packages using this file://
Packit d6cc65
  s/ @PACKAGE@ / /
Packit d6cc65
  s/^/# Packages using this file:/
Packit d6cc65
}