ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Epiphanov Sergei <serpiph@nikiet.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] undefined macro которого нет
Date: Thu, 25 Jan 2007 18:16:09 +0300
Message-ID: <200701251816.10298.serpiph@nikiet.ru> (raw)
In-Reply-To: <20070125145733.GD9076@ricom.ru>

В сообщении от Thursday 25 January 2007 17:57 Alexey Morsov написал(a):
> AC_OUTPUT( \
> ./Makefile \
> admin/Makefile \
> doc/Makefile \
> doc/en/Makefile \
> ktail/Makefile \
> po/Makefile \
> )      <------- 70 строка.

Вот это надо переписать так:

AC_CONFIG_FILES([ Makefile ])
AC_CONFIG_FILES([ admin/Makefile ])
AC_CONFIG_FILES([ doc/Makefile ])
AC_CONFIG_FILES([ doc/en/Makefile ])
AC_CONFIG_FILES([ ktail/Makefile ])
AC_CONFIG_FILES([ po/Makefile ])
AC_OUTPUT

Думаю, понятно.

-- 
С уважением, Епифанов Сергей


  reply	other threads:[~2007-01-25 15:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-25 14:57 Alexey Morsov
2007-01-25 15:16 ` Epiphanov Sergei [this message]
2007-01-25 15:56   ` Alexey Morsov
2007-01-26  8:06     ` Epiphanov Sergei
2007-01-26 10:08   ` Alexey Morsov
2007-01-26 10:30     ` Epiphanov Sergei
2007-01-26 10:37       ` Alexey Morsov
2007-01-26 10:31     ` Epiphanov Sergei
2007-01-25 15:36 ` [devel] s/\.la/\.so/g Sergey V Turchin
2007-01-25 15:59   ` Alexey Morsov
2007-02-04 21:18   ` Michael Shigorin
2007-02-05  9:29     ` Andrey Rahmatullin
2007-02-05 13:36       ` Michael Shigorin
2007-02-05 14:01         ` Sergey V Turchin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200701251816.10298.serpiph@nikiet.ru \
    --to=serpiph@nikiet.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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