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: Arjun Shankar
Subject: Re: [Netutils-dev] Building netutils on Arch
Date: Tue, 14 Oct 2008 21:23:36 +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

I'm guessing the first two, and last three lines are context block. I
don't see those lines in my configure.ac => The patch is not going to
work for me. Right?

Or do you want me to get the latest sources for libtool from their git
repository?

Arjun
-- 
Q. Did he pick the dog up by the ears?
A. No.
Q. What was he doing with the dog's ears?
A. Picking them up in the air.
Q. Where was the dog at this time?
A. Attached to the ears.




reply via email to

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