diff options
author | lenz@mysql.com <> | 2003-06-25 11:16:06 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-06-25 11:16:06 +0200 |
commit | dc704a2c20f3050f38a9f9dd214cb1d2b148e277 (patch) | |
tree | 6b496eadffac6a462fae71100bfecaddc4694361 /configure.in | |
parent | 044d0778936058b7b3dc06ac01b5f072d58e39ea (diff) | |
download | mariadb-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.in | 2 |
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 |