[Gmp-commit] /home/hgfiles/gmp: Comment out M4=m4-not-needed.
mercurial at gmplib.org
mercurial at gmplib.org
Sun Dec 12 22:13:45 CET 2010
details: /home/hgfiles/gmp/rev/2b1c397a9463
changeset: 13705:2b1c397a9463
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Dec 12 22:13:41 2010 +0100
description:
Comment out M4=m4-not-needed.
diffstat:
ChangeLog | 2 ++
configure.in | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 8c470347a967 -r 2b1c397a9463 ChangeLog
--- a/ChangeLog Sun Dec 12 09:51:04 2010 +0100
+++ b/ChangeLog Sun Dec 12 22:13:41 2010 +0100
@@ -1,5 +1,7 @@
2010-12-12 Torbjorn Granlund <tege at gmplib.org>
+ * configure.in: Comment out M4=m4-not-needed.
+
* mpn/x86_64/k10/popcount.asm: New file.
* configure.in: Setup special path for k10 and later AMD CPUs.
Remove special x86_64'k8' path, since directory is non-existent.
diff -r 8c470347a967 -r 2b1c397a9463 configure.in
--- a/configure.in Sun Dec 12 09:51:04 2010 +0100
+++ b/configure.in Sun Dec 12 22:13:41 2010 +0100
@@ -3081,10 +3081,10 @@
GMP_PROG_M4
GMP_M4_M4WRAP_SPURIOUS
else
- # In case the user has set M4 in the environment, don't touch it.
- if test -z "$M4" ; then
- M4=m4-not-needed
- fi
+# It's unclear why this m4-not-needed stuff was ever done.
+# if test -z "$M4" ; then
+# M4=m4-not-needed
+# fi
fi
# Only do the GMP_ASM checks if there's a .S or .asm wanting them.
More information about the gmp-commit
mailing list