diff options
author | hery.ramilison@sun.com <> | 2010-02-17 18:48:40 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-02-17 18:48:40 +0100 |
commit | ab1b9cecd909d6db0575e46c58cf6461bbbb3a83 (patch) | |
tree | 043f5c906aa9dd8ff851a7b4329e1bfd8aec0aaa /configure.in | |
parent | f6df1770fc17da804a88825444efb217a21dec85 (diff) | |
parent | df555c117cb9415e6076c48c94189c421837f4b0 (diff) | |
download | mariadb-git-ab1b9cecd909d6db0575e46c58cf6461bbbb3a83.tar.gz |
Merge from mysql-5.1.44-release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 47667efb271..d26836d9927 100644 --- a/configure.in +++ b/configure.in @@ -14,8 +14,7 @@ AC_CANONICAL_SYSTEM # TAR files, the path name is split into two parts, a 155 chacater # first part and a 100 character second part. AM_INIT_AUTOMAKE([1.9 tar-ustar]) -LT_INIT -LT_PREREQ([1.5.6]) +AC_PROG_LIBTOOL AM_CONFIG_HEADER([include/config.h]) |