autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_PREFIX_PROGRAM


From: Sam Clegg
Subject: AC_PREFIX_PROGRAM
Date: Tue, 19 Mar 2002 16:23:53 +0000
User-agent: Mutt/1.3.27i

I am having a little trouble with AC_PREFIX_PROGRAM.
The info page says: 

    For example, if PROGRAM is `gcc' and the `PATH' contains
    `/usr/local/gnu/bin/gcc', set the prefix to `/usr/local/gnu'.

i.e. don't include the last '/bin' in the prefix.
But when I use AC_PREFIX_PROGRAM(xmms) and configure says:

    checking for prefix by checking for xmms... /usr/bin/xmms

I get in my Makefile:

    prefix = /usr/bin

Shouldn't this be simply '/usr'.  Am I missing something or is this 
a bug in autoconf.  I am using version 2.52 from debian/woody.

Thanks for any advise.

sam
-- 
sam clegg
email: address@hidden
www  : http://www.superduper.net
gpg key : http://www.superduper.net/~samc/key.gpg
$superduper: .signature,v 1.2 2001/11/26 19:49:33 samc Exp $



reply via email to

[Prev in Thread] Current Thread [Next in Thread]