Added gmp

parent 14d15259
...@@ -2485,7 +2485,6 @@ ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} ...@@ -2485,7 +2485,6 @@ ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
...@@ -2495,8 +2494,6 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} ...@@ -2495,8 +2494,6 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# For better backward compatibility. To be removed once Automake 1.9.x # For better backward compatibility. To be removed once Automake 1.9.x
# dies out for good. For more background, see: # dies out for good. For more background, see:
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p='$(MKDIR_P)' mkdir_p='$(MKDIR_P)'
# We need awk for the "check" target (and possibly the TAP driver). The # We need awk for the "check" target (and possibly the TAP driver). The
...@@ -2520,7 +2517,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ...@@ -2520,7 +2517,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
# is OK; and we want to be able to make that assumption in our Makefile # is OK; and we want to be able to make that assumption in our Makefile
# recipes. So use an aggressive probe to check that the usage we want is # recipes. So use an aggressive probe to check that the usage we want is
# actually supported "in the wild" to an acceptable degree. # actually supported "in the wild" to an acceptable degree.
# See automake bug#10828.
# To make any issue more visible, cause the running configure to be aborted # To make any issue more visible, cause the running configure to be aborted
# by default if the 'rm' program in use doesn't match our expectations; the # by default if the 'rm' program in use doesn't match our expectations; the
# user can still override this though. # user can still override this though.
...@@ -2533,9 +2529,7 @@ on the command line, even when the '-f' option is present. This is contrary ...@@ -2533,9 +2529,7 @@ on the command line, even when the '-f' option is present. This is contrary
to the behaviour of most rm programs out there, and not conforming with to the behaviour of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Please tell bug-automake@gnu.org about your system, including the value
of your $PATH and any error possibly output before this message. This of your $PATH and any error possibly output before this message. This
can help us improve future automake versions.
END END
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
......
File deleted
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment