From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Deliver-To: Message-ID: <3EAE3BC8.80502@ligalomb.ru> Date: Tue, 29 Apr 2003 12:46:00 +0400 From: Eugene Azarkin Organization: Liga lombardov User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.3) Gecko/20030331 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] KDevelop and autoconf References: <200304290910.51416.pavelt@alkorn.ru> In-Reply-To: <200304290910.51416.pavelt@alkorn.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: 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