auxdir-pr19311.sh (automake-1.16.2.tar.xz) | : | auxdir-pr19311.sh (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
# 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/>. | |||
# Automake bug#19311: AC_PROG_CC called before AC_CONFIG_AUX_DIR can | # Automake bug#19311: AC_PROG_CC called before AC_CONFIG_AUX_DIR can | |||
# silently force wrong $ac_aux_dir definition. | # silently force wrong $ac_aux_dir definition. | |||
am_create_testdir=empty | am_create_testdir=empty | |||
required=cc | required=cc | |||
. test-init.sh | . test-init.sh | |||
ver=$($AUTOCONF --version | sed -n '1s/.* //p') | ||||
case $ver in | ||||
2.69[d-z]*) ;; | ||||
2.[7-9][0-9]*) ;; | ||||
[3-9].*) ;; | ||||
*) skip_ 'this test passes with autoconf-2.69d and newer' | ||||
esac | ||||
cat > configure.ac <<END | cat > configure.ac <<END | |||
AC_INIT([$me], [1.0]) | AC_INIT([$me], [1.0]) | |||
AC_PROG_CC | AC_PROG_CC | |||
AC_CONFIG_AUX_DIR([build-aux]) | AC_CONFIG_AUX_DIR([build-aux]) | |||
AM_INIT_AUTOMAKE | AM_INIT_AUTOMAKE | |||
AC_OUTPUT([Makefile]) | AC_OUTPUT([Makefile]) | |||
END | END | |||
: > Makefile.am | : > Makefile.am | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |