bug-hello
[Top][All Lists]
Advanced

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

Re: hello-2.1.91 build failure on MacOS X


From: Bruno Haible
Subject: Re: hello-2.1.91 build failure on MacOS X
Date: Thu, 24 Aug 2006 14:38:21 +0200
User-agent: KMail/1.9.1

Karl Berry wrote:
> I'm not sure it's best to add that additional level of
> infrastructure/indirection to Hello.

Yes, if it can be done through the one-liner by Ralf and my other
configure.ac patch today, that is simpler.

>     Also, why not adding the help2man to build-aux? 
> 
> Sounds good to me, but will Automake find it there?

If you include help2man in build-aux/, you need also to change configure.ac:
replace

      AM_MISSING_PROG(HELP2MAN, help2man)

with

      ac_aux_dir_abs=`cd $ac_aux_dir && pwd`
      AC_PATH_PROG(PERL, perl, $ac_aux_dir_abs/missing perl)

(Maybe AM_MISSING_PROG(PERL, perl) does the same? I didn't try it.)

Bruno




reply via email to

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