ar5.sh (automake-1.16.2.tar.xz) | : | ar5.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 the optional argument of AM_PROG_AR. | # Test the optional argument of AM_PROG_AR. | |||
. test-init.sh | . test-init.sh | |||
: > ar-lib | ||||
cat >> configure.ac << 'END' | cat >> configure.ac << 'END' | |||
AM_PROG_AR([ | AM_PROG_AR([ | |||
echo spy > bad-archiver-interface-detected | echo spy > bad-archiver-interface-detected | |||
AC_MSG_CHECKING([for something else]) | AC_MSG_CHECKING([for something else]) | |||
AC_MSG_RESULT([found it]) | AC_MSG_RESULT([found it]) | |||
echo Grep This | echo Grep This | |||
]) | ]) | |||
END | END | |||
$ACLOCAL | $ACLOCAL | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |