ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] autoreconf - aclocal -I...
@ 2008-03-05 16:02 Led
  2008-03-05 16:40 ` Damir Shayhutdinov
  2008-03-05 19:06 ` Dmitry V. Levin
  0 siblings, 2 replies; 6+ messages in thread
From: Led @ 2008-03-05 16:02 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Есть ли какой-то более правильный способ для %autoreconf, чем
ACLOCAL="%__aclocal -I m4" %autoreconf
?

-- 
Led

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] autoreconf - aclocal -I...
  2008-03-05 16:02 [devel] autoreconf - aclocal -I Led
@ 2008-03-05 16:40 ` Damir Shayhutdinov
  2008-03-05 17:18   ` Led
  2008-03-05 19:06 ` Dmitry V. Levin
  1 sibling, 1 reply; 6+ messages in thread
From: Damir Shayhutdinov @ 2008-03-05 16:40 UTC (permalink / raw)
  To: ALT Linux Team development discussions

> Есть ли какой-то более правильный способ для %autoreconf, чем
>  ACLOCAL="%__aclocal -I m4" %autoreconf
>  ?

%autoreconf -I m4 вроде как.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] autoreconf - aclocal -I...
  2008-03-05 16:40 ` Damir Shayhutdinov
@ 2008-03-05 17:18   ` Led
  2008-03-05 17:54     ` Vitaly Ostanin
  0 siblings, 1 reply; 6+ messages in thread
From: Led @ 2008-03-05 17:18 UTC (permalink / raw)
  To: ALT Linux Team development discussions

В сообщении от Wednesday 05 March 2008 18:40:49 Damir Shayhutdinov написал(а):
> > Есть ли какой-то более правильный способ для %autoreconf, чем
> >  ACLOCAL="%__aclocal -I m4" %autoreconf
> >  ?
>
> %autoreconf -I m4 вроде как.

Нет, этот -I не в aclocal передаётся, так что не подходит.


-- 
Led

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] autoreconf - aclocal -I...
  2008-03-05 17:18   ` Led
@ 2008-03-05 17:54     ` Vitaly Ostanin
  2008-03-05 18:06       ` Led
  0 siblings, 1 reply; 6+ messages in thread
From: Vitaly Ostanin @ 2008-03-05 17:54 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

Led пишет:
> В сообщении от Wednesday 05 March 2008 18:40:49 Damir Shayhutdinov написал(а):
>>> Есть ли какой-то более правильный способ для %autoreconf, чем
>>>  ACLOCAL="%__aclocal -I m4" %autoreconf
>>>  ?
>> %autoreconf -I m4 вроде как.
> 
> Нет, этот -I не в aclocal передаётся, так что не подходит.

Похоже, что это бага, что не передаётся. В 'man autoreconf' -I
описан как глобальный аргумент. Так что ваш способ самый правильный.

-- 
Regards, Vyt
mailto:  vyt@altlinux.org
JID:     vitaly.ostanin@gmail.com


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] autoreconf - aclocal -I...
  2008-03-05 17:54     ` Vitaly Ostanin
@ 2008-03-05 18:06       ` Led
  0 siblings, 0 replies; 6+ messages in thread
From: Led @ 2008-03-05 18:06 UTC (permalink / raw)
  To: ALT Linux Team development discussions

В сообщении от Wednesday 05 March 2008 19:54:30 Vitaly Ostanin написал(а):
> Led пишет:
> > В сообщении от Wednesday 05 March 2008 18:40:49 Damir Shayhutdinov 
написал(а):
> >>> Есть ли какой-то более правильный способ для %autoreconf, чем
> >>>  ACLOCAL="%__aclocal -I m4" %autoreconf
> >>>  ?
> >>
> >> %autoreconf -I m4 вроде как.
> >
> > Нет, этот -I не в aclocal передаётся, так что не подходит.
>
> Похоже, что это бага, что не передаётся. В 'man autoreconf' -I
> описан как глобальный аргумент.

Он передаётся, но только в autoconf.

> Так что ваш способ самый правильный. 

Не знаю, бага ли... Всё же -I в понимании aclocal и autoconf - это несколько 
разные вещи.

-- 
Led

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] autoreconf - aclocal -I...
  2008-03-05 16:02 [devel] autoreconf - aclocal -I Led
  2008-03-05 16:40 ` Damir Shayhutdinov
@ 2008-03-05 19:06 ` Dmitry V. Levin
  1 sibling, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2008-03-05 19:06 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

On Wed, Mar 05, 2008 at 06:02:00PM +0200, Led wrote:
> Есть ли какой-то более правильный способ для %autoreconf, чем
> ACLOCAL="%__aclocal -I m4" %autoreconf
> ?

Вы не первый.  Прочтите, пожалуйста, мои комментарии в
https://bugzilla.altlinux.org/show_bug.cgi?id=11438


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-05 19:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 16:02 [devel] autoreconf - aclocal -I Led
2008-03-05 16:40 ` Damir Shayhutdinov
2008-03-05 17:18   ` Led
2008-03-05 17:54     ` Vitaly Ostanin
2008-03-05 18:06       ` Led
2008-03-05 19:06 ` Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git