diff options
author | unknown <lenz@mysql.com> | 2003-06-25 11:16:06 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-06-25 11:16:06 +0200 |
commit | 9354da219c43de2286faada566a2ad415a9310ef (patch) | |
tree | 6b496eadffac6a462fae71100bfecaddc4694361 /configure.in | |
parent | cfa509ac2c73a70fe7cc3eeebef2700b41e26789 (diff) | |
download | mariadb-git-9354da219c43de2286faada566a2ad415a9310ef.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.
configure.in:
- reverted change from AC_CONFIG_HEADERS to AM_CONFIG_HEADER 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 |