ar4.sh (automake-1.16.2.tar.xz) | : | ar4.sh (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | # along with this program. If not, see <https://www.gnu.org/licenses/>. | |||
# Test if configure bails out if $AR does not work and AM_PROG_AR is used. | # Test if configure bails out if $AR does not work and AM_PROG_AR is used. | |||
. test-init.sh | . test-init.sh | |||
: > ar-lib | ||||
cat >> configure.ac << 'END' | cat >> configure.ac << 'END' | |||
AM_PROG_AR | AM_PROG_AR | |||
END | END | |||
$ACLOCAL | $ACLOCAL | |||
$AUTOCONF | $AUTOCONF | |||
st=0; ./configure AR=/bin/false >stdout 2>stderr || st=$? | st=0; ./configure AR=/bin/false >stdout 2>stderr || st=$? | |||
cat stdout | cat stdout | |||
cat stderr >&2 | cat stderr >&2 | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |