mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
932964898a
* configure.ac: Test if sh -n works. * configure: Regenerate. * tests/atlocal.in: Store the result here. * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from tools.at, looking in atlocal's ac_cv_sh_n_works instead of explicitly testing. (AT_CHECK_PERL_SYNTAX): Moved from tools.at. (AT_CHECK_AUTOCONF): Test for the configure script syntax. * tests/tools.at (Syntax of the shell scripts): Simplify using AT_CHECK_SHELL_SYNTAX. (Syntax of the Perl scripts): Remove definition of AT_CHECK_PERL_SYNTAX.
11 lines
257 B
Bash
11 lines
257 B
Bash
# -*- shell-script -*-
|
|
# @configure_input@
|
|
# Configurable variable values for Autoconf test suite.
|
|
# Copyright 2000, 2001 Free Software Foundation, Inc.
|
|
|
|
# We need Perl.
|
|
PERL='@PERL@'
|
|
|
|
# We need to know if sh -n is ok.
|
|
ac_cv_sh_n_works='@ac_cv_sh_n_works@'
|