autoconf
[Top][All Lists]
Advanced

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

Re: really small nitpick


From: Laurence Darby
Subject: Re: really small nitpick
Date: Sun, 26 Mar 2006 16:01:19 +0100

Bruce Korb wrote:


> No.  Autoscan should:
> 
>    if test -f configure.ac
>    then configure_file=configure.ac
> 
>    elif test -f configure.in
>    then configure_file=configure.in
> 
>    else
>       echo "NOTE: creating configure.ac file" >&2
>       configure_file=configure.ac
>       touch configure.ac
>    fi
> 
> i.e. do the right thing and signal the user what is being done.
> Eliminate extra unnecessary steps.  :)  Of course, that needs
> to be translated into perl.  Thanks - Bruce
> 


The first two checks are already there, so it's quite simple.  I made a
small patch for it, could it be applied please?

Thanks,
Laurence

Attachment: Configure_ac.pm.patch
Description: Binary data


reply via email to

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