[kbd] [PATCH 1/2] [loadkeys branch] fix up libtool warnings
Mike Frysinger <[email protected]>
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
Use AM_PROG_AR with newer automake, and drop old libtool prog. Signed-off-by: Mike Frysinger <[email protected]> --- 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