summaryrefslogtreecommitdiffstats
path: root/patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff')
-rw-r--r--patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff b/patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff
new file mode 100644
index 000000000..e7110b41b
--- /dev/null
+++ b/patches/inotify-tools-3.13/inotify-tools-3.13-ac-prog-libtool.diff
@@ -0,0 +1,24 @@
+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>
+
+---
+ 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)
+