From 989fc95c5fc5841154fd0c7f7ea055ac4472d9fd Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 19 Oct 2005 20:52:09 +0000 Subject: [PATCH] Now really fix old typo git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@11510 57a11ea4-9604-0410-9ed3-97b8803252fd --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/autogen.sh b/macros/autogen.sh index 84241e7f1c..e32b8d119a 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -112,7 +112,7 @@ do echo processing $dr macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin` ( cd $dr - macrodir=`find . -name macros -print` + macrodirs=`find . -name macros -print` for i in $macrodirs; do if test -f $i/gnome-gettext.m4; then DELETEFILES="$DELETEFILES $i/gnome-gettext.m4"