Fix GNUism introduced in the previous fix.
authorRaja R Harinath <harinath@src.gnome.org>
Wed, 9 Feb 2000 23:19:13 +0000 (23:19 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Wed, 9 Feb 2000 23:19:13 +0000 (23:19 +0000)
* autogen.sh: Fix GNUism introduced in the previous fix.

svn path=/trunk/; revision=1091

macros/ChangeLog
macros/autogen.sh

index b25a6eb..91d15f7 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-09  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * autogen.sh: Fix GNUism introduced in the previous fix.
+
 2000-02-08  Miguel de Icaza  <miguel@gnu.org>
 
        * autogen.sh: Handle non GNU find programs. 
index b38d8d9..12d25de 100644 (file)
@@ -94,7 +94,7 @@ do
     echo processing $dr
     macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin`
     ( cd $dr
-      macrosdir=`find . -name macros`
+      macrosdir=`find . -name macros -print`
       for i in $macrodirs; do
        if test -f $i/gnome-gettext.m4; then
          DELETEFILES="$DELETEFILES $i/gnome-gettext.m4"