diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-24 05:55:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-24 05:55:44 +0200 |
commit | 1df47081df8258ff14bb0a6f77e1410f643baa8b (patch) | |
tree | 8f8f32ef8d399cceb296f048d0bc6d4ab8938870 /README.git | |
parent | fe18d21be4bb5d92eb45b10a5fe37b2d908c706f (diff) | |
download | egawk-1df47081df8258ff14bb0a6f77e1410f643baa8b.tar.gz egawk-1df47081df8258ff14bb0a6f77e1410f643baa8b.tar.bz2 egawk-1df47081df8258ff14bb0a6f77e1410f643baa8b.zip |
Generate pc/config.h at make dist time.
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -4,9 +4,14 @@ Thu Nov 18 23:27:08 IST 2010 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, +cndir into pc and run the 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 |