e attached the main macro file, and a dependency file (since i didn't
find any m4 macro that 'sed's to lowercase)
Julien
# Check to be sure we're not configuring in src dir -*- Autoconf -*-
# Author: Julien Lecomte
# Copyright is granted to Free Software Foundation
#
On 18/02/2006 11:26, Keith Marshall wrote:
On Friday 17 February 2006 1:12 pm, Ralf Wildenhues wrote:
`pwd' may not support `-W' either.
`pwd -W' is an MSYS extension, (it displays the native MS-Windows path,
rather than the POSIX style favoured by MSYS). Some shells will simply
ignore it,
On 19/02/2006 11:50, Ralf Wildenhues wrote:
Hi Julien,
* Julien Lecomte wrote on Sun, Feb 19, 2006 at 01:49:45AM CET:
if ( ($1) || exit) >/dev/null 2>&1 && \
( (cd $srcdir && $1) || exit) >/dev/null 2>&1; then
Note: the '|| exit' may seem lik