summaryrefslogtreecommitdiffstats
path: root/patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff
blob: 13ff3dffe6a7bf6f9cf2f945a88c4b8257d89c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: use modern libtool macro

aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>

---
# 20091228 rsc: mailed to radu.voicilas@gmail.com

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: inotify-tools-3.13/configure.ac
===================================================================
--- inotify-tools-3.13.orig/configure.ac
+++ inotify-tools-3.13/configure.ac
@@ -12,7 +12,7 @@ AC_PROG_MAKE_SET
 
 # Checks for programs.
 AC_PROG_CC
-AC_PROG_LIBTOOL
+LT_INIT
 
 AC_PATH_PROG(DOXYGEN, doxygen, NO_DOXYGEN)