From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Epiphanov Sergei To: ALT Devel discussion list Date: Thu, 25 Jan 2007 18:16:09 +0300 User-Agent: KMail/1.9.5 References: <20070125145733.GD9076@ricom.ru> In-Reply-To: <20070125145733.GD9076@ricom.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200701251816.10298.serpiph@nikiet.ru> X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0124], KAS/Release SMTP-Filter Version 2.0.0 [0124], KAS/Release X-Spamtest-Info: Pass through X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 25012007 #247241, status: clean Subject: Re: [devel] =?koi8-r?b?dW5kZWZpbmVkIG1hY3JvIMvP1M/Sz8fPIM7F1A==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 15:16:11 -0000 Archived-At: List-Archive: List-Post: В сообщении от 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 Думаю, понятно. -- С уважением, Епифанов Сергей