Committing a fix for gnome-macros/macros2/autogen.sh (approved by jamesh).
- From: Miles Lane <miles megapathdsl net>
- To: Sebastian Rittau <srittau jroger in-berlin de>, gnome-hackers gnome org
- Subject: Committing a fix for gnome-macros/macros2/autogen.sh (approved by jamesh).
- Date: Mon, 12 Aug 2002 07:31:30 -0700
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]