diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1998-12-09 16:25:39 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1998-12-09 16:25:39 +0000 |
commit | 87212591e14900b92330a6e103dccf69b6e53c95 (patch) | |
tree | 72cf220f96aa238f97bdb42ce8891bcd9048ef6f /macros/autogen.sh | |
parent | fa07ff771d17064042ef1a3c8be5f96b65884898 (diff) | |
download | gnome-common-87212591e14900b92330a6e103dccf69b6e53c95.tar.gz |
Fixed typo, from Markus Linnala <maage@cs.tut.fi>
svn path=/trunk/; revision=519
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index e756e86..df19a1d 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -89,7 +89,7 @@ do if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in else - echo "Creating $d4/aclocal.m4 ..." + echo "Creating $dr/aclocal.m4 ..." test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force --copy |