diff options
author | monty@hundin.mysql.fi <> | 2002-02-07 21:34:35 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-07 21:34:35 +0200 |
commit | d713fee16bb8f5fe1470c4436498ee1dce9a9efa (patch) | |
tree | 67009f11ad55cd9073d02909883f5369a74f101f /scripts | |
parent | 3457b6fde0ee4c08a45a2a1584522b260c444768 (diff) | |
download | mariadb-git-d713fee16bb8f5fe1470c4436498ee1dce9a9efa.tar.gz |
Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 45fbe275476..18957b6422d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -71,7 +71,7 @@ CLEANFILES = @server_scripts@ \ SUPERCLEANFILES = mysqlbug # We want the right version and configure comand line in mysqlbug -mysqlbug: ${top_builddir}/config.status ${top_builddir}/config.cache mysqlbug.sh +mysqlbug: ${top_builddir}/config.status mysqlbug.sh SUFFIXES = .sh |