Remove occurence of strftime that is not compatible with non gnu awk.

This commit is contained in:
Godzil 2012-04-16 23:27:02 +02:00
parent 485be7017a
commit a29e88e5f7

View File

@ -4,7 +4,7 @@
# file to a C header. No copyright claimed.
BEGIN {
print "// autoconf.h generated from " ARGV[1] " at " strftime() "\n" \
print "// autoconf.h generated from " ARGV[1] " at TODAY \n" \
"#ifndef AUTOCONF_H\n" \
"#define AUTOCONF_H"
}