diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 22:08:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-25 22:08:53 +0200 |
commit | 44cd8b0b374419f77febc504b0053b87c894810c (patch) | |
tree | e0016bafbc35ee5df461aed0cc09640ad9d0257c /README.git | |
parent | a2f4c46ba3d4cd3de6be372316abc0e0e6518d4c (diff) | |
parent | a3d40d091d31ec54b85240209afddb0212de085c (diff) | |
download | egawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.gz egawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.bz2 egawk-44cd8b0b374419f77febc504b0053b87c894810c.zip |
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,12 +1,17 @@ -Thu Nov 18 23:27:08 IST 2010 +Mon Oct 24 21:50:18 IST 2011 ============================ If you are reading this, you have retrieved the gawk code base via Git from savannah.gnu.org. This is good; gawk no longer uses CVS. -Please execute ./bootstrap.sh before invoking the usual incantaton of -`./configure && make && make check'. This version of bootstrap.sh -should work OK. +On GNU and Unix systems, please execute ./bootstrap.sh before invoking +the usual incantaton of `./configure && make && make check'. This +version of bootstrap.sh should work OK. + +On systems supported by configuration files in the pc/ subdirectory, +chdir into pc/ and run the make-config.bat script there. This will produce +an up-to-date version of config.h from the latest configh.in. Then +proceed as described in README_d/README.pc. Bug reports should be sent to bug-gawk@gnu.org. Note that posting in comp.lang.awk is generally a bad idea, no matter what the purpose, but |