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 | 3429b198b2632349ce64ee64799833f043b7aac9 (patch) | |
tree | bfe312a9e62282fba74bdf614e01290ccd9ed33b /configure.in | |
parent | c9df74c802c6440d30344f83d490d7f6e4b0a9bd (diff) | |
download | mariadb-git-3429b198b2632349ce64ee64799833f043b7aac9.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]) |