[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[JDEV] Solved autoconf compile headache (was: Speaking of firewalls....)
Ok, figured out what the problem was with the autoconf setup. The following
lines need to be added to configure.in just before the AC_OUTPUT macro call:
AC_SUBST(SHELL)
AC_SUBST(LD)
AC_SUBST(LEX)
AC_SUBST(LIBTOOL)
AC_SUBST(LN_S)
AC_SUBST(NM)
--
Carl
----------
>From: "Nicholas M. Kirsch" <nkirsch@olaf.nick.org>
>To: jdev@jabber.org
>Subject: Re: [JDEV] Speaking of firewalls....
>Date: Fri, Apr 2, 1999, 2:10 AM
>
>
>I haven't had any trouble compiling the jabber sources. I'll take another
>look. If you find something, let me know.
>
>Nick
>nkirsch@olaf.nick.org
>
>On Thu, 1 Apr 1999, Carl MacDonald wrote:
>
>> >easier to do with 06, it's MUCH better then 05 was.. May I ask what
>> >problems you've had compiling 06?
>> >
>> Configure isn't replacing some of the variables in the makefiles in
>> subdirectories. Haven't had time to go dig into what's wrong yet as I
have a
>> ship deadline breathing down my neck. If nobodies sorted it out by the
time
>> I get back to it I'll track it down. I'm sure it's one of the many
gotcha's
>> in autoconf.
>> --
>> Carl
>>
>
>
>