diff --git a/ChangeLog b/ChangeLog
index a998289f5a1cc1a0161ca106483ec9da29365dca..4034b820f574b582c40b3880d20978db6e552f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
+	(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
+	--with-gmp-lib): New flags.
+
+	* configure: Regenerate.
+
 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
 
 	* MAINTAINERS (Write After Approval): Change my email address.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 52bc845c741eee21868a03a128b083a1e791c31c..d3f2578e0e93fd7c89d81d1b02fc5d04fb40399a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+	* doc/install.texi: Move GMP/MPFR configure options from Fortran
+	section to general section.  Remove documentation for
+	--with-mpfr-dir and --with-gmp-dir, add documentation for
+	--with-mpfr-include, --with-mpfr-lib, --with-gmp-include and
+	--with-gmp-lib.
+
 	* builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.
 
 2006-11-26  Razya Ladklesky  <razya@il.ibm.com>