Hi,
> The error message that posix-modules displays if it cannot determine its
> absolute path says
>
> > could not locate the gnulib-tool program - how did you invoke it?
>
> I think "gnulib-tool" should be "posix-modules".
Thanks. Of course. Fixing it:
2007-09-10 Bruno Haible <[EMAIL PROTECTED]>
* posix-modules: Fix typo in error message.
Reported by Matt <[EMAIL PROTECTED]>.
--- posix-modules 8 Sep 2007 22:45:08 -0000 1.2
+++ posix-modules 11 Sep 2007 00:37:17 -0000
@@ -102,7 +102,7 @@
done
IFS="$save_IFS"
if test -z "$self_abspathname"; then
- func_fatal_error "could not locate the gnulib-tool program - how did you
invoke it?"
+ func_fatal_error "could not locate the posix-modules program - how did
you invoke it?"
fi
;;
esac