ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Eugene Azarkin <admin@ligalomb.ru>
To: community@altlinux.ru
Subject: Re: [Comm] KDevelop and autoconf
Date: Tue, 29 Apr 2003 12:46:00 +0400
Message-ID: <3EAE3BC8.80502@ligalomb.ru> (raw)
In-Reply-To: <200304290910.51416.pavelt@alkorn.ru>

Pavel Tsybulin пишет:
> Hi.
> Не получается попользовать kdevelop-2.1.2 из поставки ALM2.2
> Создаю тестовый KDE проект, при попытке создать configure для него вылазит:
> 
> *** Creating configure 
> configure.in:76: error: m4_popdef: undefined macro: AC_Dest 
> autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... 
> configure.in:76: the top level 
> 

Go to the admin directory of your project. Find the file
acinclude.m4.in. Open it with an editor. Find the lines:

m4_define([AC_FOREACH],
[mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])

and coment them as follows:

dnl m4_define([AC_FOREACH],
dnl [mm_foreach([$1], m4_split(m4_normalize([$2])), [$3])])

Save the result. Autoconf/automake and then configure your
project. After that this error should disappear.

This is a solution for this project only. If you like that
changes for the all newly created projects (of the same type)
you should fing the archive:
....kde/share/apps/kdevelop/templates/admin.tar.gz/
and make the same changes in the file:
admin/acinclude.m4.in
Sure, to be able to do that you have to untar/make changes/tar
the archive.
Because it is a template the changes will propagate to all
newly generated projects. I have made it here.
Hope that helps.
Найдено в форуме на www.kdevelop.org
Действительно работает
Eugene Azarkin




  reply	other threads:[~2003-04-29  8:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-29  5:10 Pavel Tsybulin
2003-04-29  8:46 ` Eugene Azarkin [this message]
2003-04-29 18:51   ` Someone Unknown

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=3EAE3BC8.80502@ligalomb.ru \
    --to=admin@ligalomb.ru \
    --cc=community@altlinux.ru \
    /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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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