diff options
author | Kent Boortz <kent.boortz@sun.com> | 2010-02-04 19:27:09 +0100 |
---|---|---|
committer | Kent Boortz <kent.boortz@sun.com> | 2010-02-04 19:27:09 +0100 |
commit | deb0d106e592ab9b86d9dda9d45e6d861f5631b0 (patch) | |
tree | bfe312a9e62282fba74bdf614e01290ccd9ed33b /configure.in | |
parent | 3c9bfe8334fe2628d29b1aad39d9ad4f5e723d62 (diff) | |
download | mariadb-git-deb0d106e592ab9b86d9dda9d45e6d861f5631b0.tar.gz |
LT_INIT and LT_PREREQ was added in libtool 2.2 2008, a bit too
recent, switched back to the older AC_PROG_LIBTOOL
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 f2e83abc60c..960b45b7d00 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]) |