summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-06-25 11:16:06 +0200
committerlenz@mysql.com <>2003-06-25 11:16:06 +0200
commitdc704a2c20f3050f38a9f9dd214cb1d2b148e277 (patch)
tree6b496eadffac6a462fae71100bfecaddc4694361 /configure.in
parent044d0778936058b7b3dc06ac01b5f072d58e39ea (diff)
downloadmariadb-git-dc704a2c20f3050f38a9f9dd214cb1d2b148e277.tar.gz
- reverted change from AC_CONFIG_HEADERS to AM_CONFIG_HEADER in configure.in
again - even though the automake docs consider AM_CONFIG_HEADER obsolete, it currently still breaks for too many people to justify this change at the moment.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d45aecdf494..a33ccd4a311 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
AM_INIT_AUTOMAKE(mysql, 4.0.14)
-AC_CONFIG_HEADERS(config.h)
+AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
DOT_FRM_VERSION=6