"Paul D. Smith" wrote:
> If you want to build GNU make from CVS you'll need to install a (very)
> recent version of GNU gettext as well.
>
> See the README.cvs file for full instructions.
Thanks, Paul, I realized that fact about 60 seconds after
sending the message. Actually, I didn't even thin
If you want to build GNU make from CVS you'll need to install a (very)
recent version of GNU gettext as well.
See the README.cvs file for full instructions.
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find some G
I've just downloaded the CVS version of source, after which I
aclocal ;# this gives errors about AC_GNU_GETTEXT_VERSION
# so I comment this macro out of operation.
aclocal
automake --add-missing --copy
autoconf
mkdir bld
cd bld
../configure --prefix=/myprefix ;# This results in: conf