#!/bin/sh PATH=@l_prefix@/bin:${PATH} echo "" echo '' echo '' if test $# != 0 ; then sed -n \ -e ':input' \ -e '/PUBLIC[^"]*$/{ N; b input }' \ -e '/PUBLIC[^"]*"[^"]*$/{ N; b input }' \ -e '/PUBLIC[^"]*"[^"]*"[^"]*$/{ N; b input }' \ -e '/PUBLIC[^"]*"[^"]*"[^"]*"[^"]*$/{ N; b input }' \ -e 's/\n/ /g' \ -e 's/^ *\(--.*--\)//gp' \ -e 's/PUBLIC *\("[^"]*"\) *\("[^"]*"\)//gp' \ "$@" fi echo ''