From 7bc9b690d723e688fe784a602684c0647be0c099 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 9 Feb 2007 20:47:18 +0000 Subject: [PATCH] Cope with new automake in F7 --- mysql.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index f8f77d2..ceb8c3e 100644 --- a/mysql.spec +++ b/mysql.spec @@ -121,7 +121,7 @@ the MySQL sources. libtoolize --force aclocal -automake +automake -Wno-portability autoconf autoheader @@ -440,6 +440,7 @@ fi Related: #221085 - Fix unsafe use of install-info Resolves: #223713 +- Cope with new automake in F7 * Thu Nov 9 2006 Tom Lane 5.0.27-1 - Update to MySQL 5.0.27 (see CVE-2006-4031, CVE-2006-4226, CVE-2006-4227)