netutils-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Netutils-dev] Building netutils on Arch


From: Debarshi Ray
Subject: Re: [Netutils-dev] Building netutils on Arch
Date: Thu, 9 Oct 2008 03:29:10 +0530

Could you try this patch with Libtool 2.2.x ?

diff --git a/configure.ac b/configure.ac
index f3e0369..7308faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,7 +139,7 @@ AC_ISC_POSIX
 ### Checks for programs.
 AC_PROG_CC_C99
 gl_EARLY
-AC_PROG_LIBTOOL
+m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
 AC_CHECK_TOOL(AR, ar)
 AC_PATH_PROG(RM, rm, rm)
 AC_PROG_CPP

Happy hacking,
Debarshi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]