Mercurial > hg > octave-nkf > gnulib-hg
comparison lib/config.charset @ 2363:d8560a113c40
Output a line containing "Packages using this file".
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 24 Mar 2000 06:40:23 +0000 |
parents | 12ab2a810b6d |
children | 847608b4c70d |
comparison
equal
deleted
inserted
replaced
2362:d7bfba375fc2 | 2363:d8560a113c40 |
---|---|
80 host="$1" | 80 host="$1" |
81 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` | 81 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` |
82 echo "# This file contains a table of character encoding aliases," | 82 echo "# This file contains a table of character encoding aliases," |
83 echo "# suitable for operating system '${os}'." | 83 echo "# suitable for operating system '${os}'." |
84 echo "# It was automatically generated from config.charset." | 84 echo "# It was automatically generated from config.charset." |
85 # List of references, updated during installation: | |
86 echo "# Packages using this file: " | |
85 case "$os" in | 87 case "$os" in |
86 linux* | *-gnu*) | 88 linux* | *-gnu*) |
87 # With glibc we don't need any canonicalization, because glibc | 89 # With glibc we don't need any canonicalization, because glibc |
88 # supports all GNU canonical names directly. | 90 # supports all GNU canonical names directly. |
89 echo "ANSI_X3.4-1968 ASCII" # this is a nop | 91 echo "ANSI_X3.4-1968 ASCII" # this is a nop |