Re: really small nitpick

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

 



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

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux