Skip to content

Commit a93d838

Browse files
author
Alexander Nozdrin
committed
Cherry-pick merge from mysql-5.1-bugteam.
Original revision: ------------------------------------------------------------ revision-id: [email protected] committer: Kent Boortz <[email protected]> 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 ------------------------------------------------------------
1 parent 950e907 commit a93d838

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ AC_CANONICAL_SYSTEM
1414
# TAR files, the path name is split into two parts, a 155 chacater
1515
# first part and a 100 character second part.
1616
AM_INIT_AUTOMAKE([1.9 tar-ustar])
17-
LT_INIT
18-
LT_PREREQ([1.5.6])
17+
AC_PROG_LIBTOOL
1918

2019
AM_CONFIG_HEADER([include/config.h])
2120

0 commit comments

Comments
 (0)