[kbd] [PATCH 1/2] [loadkeys branch] fix up libtool warnings
Mike Frysinger
vapier at gentoo.org
Sun Jan 20 22:32:12 MSK 2013
Use AM_PROG_AR with newer automake, and drop old libtool prog.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c89b042..15fa07d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,9 +23,10 @@ AC_PROG_SED
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-AC_PROG_LIBTOOL
AC_CANONICAL_HOST
+dnl older versions of automake didn't include this macro
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
AM_GNU_GETTEXT_VERSION([0.14.1])
--
1.8.0.2
More information about the kbd
mailing list