* gen-c-prog.awk: Changed reference to "make-c-prog.awk" in

comment emitted by this script to gen-c-prog.awk.

* Makefile.in, configure.in: Converted to use autoconf.
* configure: New file, generated with autoconf 2.3.
* config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc,
  mt-tahoe, mt-vax}: Removed.
This commit is contained in:
J.T. Conklin
1995-04-19 18:27:35 +00:00
parent 4121273fa7
commit 7858d8dc8a
14 changed files with 840 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
NR == 1 {
FS="\"";
print "/* ==> Do not modify this file!! It is created automatically"
printf " from %s using the make-c-prog.awk script. <== */\n\n", FILE
printf " from %s using the gen-c-prog.awk script. <== */\n\n", FILE
print "#include <stdio.h>"
}