mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
5 lines
168 B
OpenEdge ABL
5 lines
168 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/common.in "$@"
|