Browse Source

[master] Merge branch 'trac3525' (AC_PROG_LIBTOOL => LT_INIT)

Conflicts:
	AUTHORS
	ChangeLog
Tomek Mrugalski 10 years ago
parent
commit
4e9e28dc09
3 changed files with 6 additions and 1 deletions
  1. 1 0
      AUTHORS
  2. 4 0
      ChangeLog
  3. 1 1
      configure.ac

+ 1 - 0
AUTHORS

@@ -57,6 +57,7 @@ We have received the following contributions:
  - Jiri Popelka from Red Hat
    2014-08: config files examples permission fix
    2014-08: compilation fix for armv7
+   2014-08: configure.ac update: AC_PROG_LIBTOOL => LT_INIT
 
 Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
 Boost (http://www.boost.org/) library for almost everything, and can use Botan

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+827.	[build]		jiri, tomek
+	Deprecated AC_PROG_LIBTOOL macro replaced by LT_INIT.
+	(Trac #3525, git 6c0aacf29fae1d0501ca69ff6324df8d4fc8c7ee)
+
 826.	[bug]		jiri, tomek
 	Compilation fix for Red Hat running on armv7.
 	(Trac #3526, git eac5a80472dcb78b538c2ed34cc0534f801e5145)

+ 1 - 1
configure.ac

@@ -79,7 +79,7 @@ CFLAGS_SAVED=$CFLAGS
 CXXFLAGS_SAVED=$CXXFLAGS
 CFLAGS="$CFLAGS $CXX_LIBTOOL_LDFLAGS"
 CXXFLAGS="$CXXFLAGS $CXX_LIBTOOL_LDFLAGS"
-AC_PROG_LIBTOOL
+LT_INIT
 CFLAGS=$CFLAGS_SAVED
 CXXFLAGS=$CXXFLAGS_SAVED