From 49af1217d7c97822ae9f9ae4d6c3e44d171f8cce Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Wed, 9 Feb 2000 23:19:13 +0000 Subject: Fix GNUism introduced in the previous fix. * autogen.sh: Fix GNUism introduced in the previous fix. svn path=/trunk/; revision=1715 --- macros/ChangeLog | 4 ++++ macros/autogen.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index b25a6eb932..91d15f718f 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +2000-02-09 Raja R Harinath + + * autogen.sh: Fix GNUism introduced in the previous fix. + 2000-02-08 Miguel de Icaza * autogen.sh: Handle non GNU find programs. diff --git a/macros/autogen.sh b/macros/autogen.sh index b38d8d9124..12d25de096 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -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" -- cgit v1.2.3