Installing Gettext-&gettext-version;
Estimated build time:           &gettext-time;
Estimated required disk space:  &gettext-compsize;
&aa-gettext-shortdesc;
&aa-gettext-dep;
  
Installation of Gettext
Prepare Gettext for compilation:
./configure --prefix=/usr
Compile the package:
make
This package has a test suite available which can perform a number of
checks to ensure it built correctly.  Should you choose to run it, the 
following command will do so (and takes a very long time):
make check
And install the package:
make install