From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Someone Unknown To: community@altlinux.ru Subject: Re: [Comm] KDevelop and autoconf Date: Tue, 29 Apr 2003 22:51:50 +0400 User-Agent: KMail/1.5.1 References: <200304290910.51416.pavelt@alkorn.ru> <3EAE3BC8.80502@ligalomb.ru> In-Reply-To: <3EAE3BC8.80502@ligalomb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200304292251.50795.someone_lists@bk.ru> 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: В сообщении от 29 Апрель 2003 12:46 Eugene Azarkin написал: > 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 А я не так извращался. Взял source пакет от autoconf-2.57, поправил спек и собрал autoconf_2.53. И в связке с auromake-1.6.3 он замечательно работает под kdevelop...