diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-02-05 18:31:06 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-02-05 18:31:06 +0300 |
commit | 7e0d0dd04037a626c0d984553473a1fed4b9fb56 (patch) | |
tree | f15d252d4417bb8862ae4dae1364cabc1364f38b /configure.in | |
parent | b6d1b25d50fbcae38565599eb9b0d331c8f83931 (diff) | |
download | mariadb-git-7e0d0dd04037a626c0d984553473a1fed4b9fb56.tar.gz |
Cherry-pick merge from mysql-5.1-bugteam.
Original revision:
------------------------------------------------------------
revision-id: kent.boortz@sun.com-20100204182709-dw1dwpglkd5qrehb
committer: Kent Boortz <kent.boortz@sun.com>
branch nick: mysql-5.1-bugteam
timestamp: Thu 2010-02-04 19:27:09 +0100
message:
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 6d385c63bb6..53c5724e434 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]) |