mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* configure.ac: Don't look for AWK. * tests/tools.at (AWK portability): Remove. (Syntax of the shell scripts): Don't check ifnames. (AT_CHECK_PERL_SYNTAX): New. (Syntax of the Perl scripts): Check ifnames. * tests/ifnames: New.
15 lines
445 B
Bash
Executable File
15 lines
445 B
Bash
Executable File
#! /bin/sh
|
|
# Running `ifnames' as if it were installed.
|
|
|
|
. ./atconfig
|
|
|
|
# Be sure to use the non installed Perl modules.
|
|
# We need no special protection for the subtools (e.g., autoheader runs
|
|
# autoconf which runs autom4te) because by themselves, they try to use
|
|
# subtools from the same directory (i.e., foo/autoheader will run
|
|
# foo/autoconf etc.).
|
|
autom4te_perllibdir=$top_srcdir/lib
|
|
export autom4te_perllibdir
|
|
|
|
exec ../bin/ifnames ${1+"$@"}
|