aclocal.m4 (libksba-1.4.0.tar.bz2) | : | aclocal.m4 (libksba-1.5.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 751 | skipping to change at line 751 | |||
fi | fi | |||
# Use eval to expand $SHELL | # Use eval to expand $SHELL | |||
if eval "$MISSING --is-lightweight"; then | if eval "$MISSING --is-lightweight"; then | |||
am_missing_run="$MISSING " | am_missing_run="$MISSING " | |||
else | else | |||
am_missing_run= | am_missing_run= | |||
AC_MSG_WARN(['missing' script is too old or missing]) | AC_MSG_WARN(['missing' script is too old or missing]) | |||
fi | fi | |||
]) | ]) | |||
# -*- Autoconf -*- | ||||
# Obsolete and "removed" macros, that must however still report explicit | ||||
# error messages when used, to smooth transition. | ||||
# | ||||
# Copyright (C) 1996-2018 Free Software Foundation, Inc. | ||||
# | ||||
# This file is free software; the Free Software Foundation | ||||
# gives unlimited permission to copy and/or distribute it, | ||||
# with or without modifications, as long as this notice is preserved. | ||||
AC_DEFUN([AM_CONFIG_HEADER], | ||||
[AC_DIAGNOSE([obsolete], | ||||
['$0': this macro is obsolete. | ||||
You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl | ||||
AC_CONFIG_HEADERS($@)]) | ||||
AC_DEFUN([AM_PROG_CC_STDC], | ||||
[AC_PROG_CC | ||||
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc | ||||
AC_DIAGNOSE([obsolete], | ||||
['$0': this macro is obsolete. | ||||
You should simply use the 'AC][_PROG_CC' macro instead. | ||||
Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', | ||||
but upon 'ac_cv_prog_cc_stdc'.])]) | ||||
AC_DEFUN([AM_C_PROTOTYPES], | ||||
[AC_FATAL([automatic de-ANSI-fication support has been removed])]) | ||||
AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) | ||||
# Helper functions for option handling. -*- Autoconf -*- | # Helper functions for option handling. -*- Autoconf -*- | |||
# Copyright (C) 2001-2018 Free Software Foundation, Inc. | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |||
# | # | |||
# This file is free software; the Free Software Foundation | # This file is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# _AM_MANGLE_OPTION(NAME) | # _AM_MANGLE_OPTION(NAME) | |||
# ----------------------- | # ----------------------- | |||
skipping to change at line 1202 | skipping to change at line 1173 | |||
AC_SUBST([am__tar]) | AC_SUBST([am__tar]) | |||
AC_SUBST([am__untar]) | AC_SUBST([am__untar]) | |||
]) # _AM_PROG_TAR | ]) # _AM_PROG_TAR | |||
m4_include([gl/m4/alloca.m4]) | m4_include([gl/m4/alloca.m4]) | |||
m4_include([gl/m4/gnulib.m4]) | m4_include([gl/m4/gnulib.m4]) | |||
m4_include([gl/m4/valgrind-tests.m4]) | m4_include([gl/m4/valgrind-tests.m4]) | |||
m4_include([m4/autobuild.m4]) | m4_include([m4/autobuild.m4]) | |||
m4_include([m4/ax_prog_bison.m4]) | m4_include([m4/ax_prog_bison.m4]) | |||
m4_include([m4/gcov.m4]) | m4_include([m4/gcov.m4]) | |||
m4_include([m4/gnupg-typedef.m4]) | ||||
m4_include([m4/gpg-error.m4]) | m4_include([m4/gpg-error.m4]) | |||
m4_include([m4/libtool.m4]) | m4_include([m4/libtool.m4]) | |||
m4_include([m4/ltoptions.m4]) | m4_include([m4/ltoptions.m4]) | |||
m4_include([m4/ltsugar.m4]) | m4_include([m4/ltsugar.m4]) | |||
m4_include([m4/ltversion.m4]) | m4_include([m4/ltversion.m4]) | |||
m4_include([m4/lt~obsolete.m4]) | m4_include([m4/lt~obsolete.m4]) | |||
End of changes. 2 change blocks. | ||||
30 lines changed or deleted | 0 lines changed or added |