Re: Committing a fix for gnome-macros/macros2/autogen.sh (approved by jamesh).



On Mon, Aug 12, 2002 at 07:31:30AM -0700, Miles Lane wrote:

> Sebastian, I found a problem in your latest commit to gnome-macros.
> The logic "find . -name configure.in -or -name configure.ac -print"
> will fail to report the presence of configure.in.  Each expression
> needs its own -print flag in order to have the presence of either be
> reported.  So, I am committing the following:
> 
>   find $srcdir -name configure.in -print -or -name configure.ac -print
> 
> I will update the ChangeLog as well, of course.

Thank you. I wasn't aware of this limitation of find. (Which the GNU
version does not have. Oh well...)

 - Sebastian

_______________________________________________
gnome-hackers mailing list
gnome-hackers gnome org
http://mail.gnome.org/mailman/listinfo/gnome-hackers



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