Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 4 Mar 2005 15:50:31 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] New package: psmisc-21.5-1 Message-ID: <20050304145031.GA23102@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20050303211512 DOT D095557D73 AT cygbert DOT vinschen DOT de> <00ac01c520c7$4fe95680$c40110ac AT robinson DOT cam DOT ac DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00ac01c520c7$4fe95680$c40110ac@robinson.cam.ac.uk> User-Agent: Mutt/1.4.2i On Mar 4 14:34, Max Bowsher wrote: > Corinna Vinschen wrote: > > --datadir=$(prefix)/share \ > > --mandir=$(prefix)/share/man \ > > Shouldn't those be braces, not parentheses? I'm using parenthesis, because they are not expanded before put into the Makefile. So they refer to the Makefile variable prefix and a later make prefix=/foo changes all depending variables. However, as usual I forgot to *quote* the strings. This is the correct version: ./configure \ --prefix=/usr \ --datadir='$(prefix)/share' \ --mandir='$(prefix)/share/man' \ --without-libiconv-prefix \ --without-libintl-prefix Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/