Blame intl/ref-del.sin

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