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



Hi,

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.

Thanks,
   Miles

_______________________________________________
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]