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: Wed, 15 Oct 2008 01:16:34 +0530

> The source for the current version of libtool installed on my machine:
>
> ftp://ftp.gnu.org/pub/gnu/libtool/libtool-2.2.6a.tar.gz
>
> Here is the configure.ac:
>
> http://pastebin.com/m9838d84
>
> You said I should make the following change:
>>  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

Actually I wanted you to apply the above patch on Netutils'
configure.ac and then try it on a system having Libtool 2.2.x. Sorry
for the confusion.

Happy hacking,
Debarshi




reply via email to

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