mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
5 lines
169 B
OpenEdge ABL
5 lines
169 B
OpenEdge ABL
|
#! /bin/sh
|
||
|
# help-extract wrapper, see build-aux/help-extract.pl and man/local.mk
|
||
|
exec "${PERL-perl}" "${top_srcdir}/build-aux/help-extract.pl" \
|
||
|
bin/ifnames.in "$@"
|