[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] FW: Bug in unix configure script
From: |
Werner LEMBERG |
Subject: |
Re: [ft] FW: Bug in unix configure script |
Date: |
Thu, 08 Jan 2009 00:10:46 +0100 (CET) |
> sorry I forgot to add some data for 'test' program:
>
> bash-3.2$ which test
> /usr/local/bin//test
> bash-3.2$ ls -l /usr/local/bin/test
> -rwxr-xr-x 1 bin bin 138652 Jan 28 2003 /usr/local/bin/test
> bash-3.2$
Since you are using bash, `test' is not the binary from
/usr/local/bin/test but a built-in shell function. Type
help test
to see the details.
> At the end it always says: make: Nothing to be done for `unix'.
>
> This happens even when I call "./configure --help"
This is correct and can be ignored.
Werner